Android.Resource.Attribute.BackgroundDimEnabled Field
Control whether dimming behind the window is enabled.

Value: 16843295

Syntax

[Android.Runtime.Register("backgroundDimEnabled")]
public const int BackgroundDimEnabled

Remarks

Control whether dimming behind the window is enabled. The default theme does not set this value, meaning it is based on whether the window is floating.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

[Android Documentation]

Requirements

Namespace: Android
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3