Android.Views.WindowManagerLayoutParams.DimAmount Property
When WindowManagerLayoutParams.FLAG_DIM_BEHIND is set, this is the amount of dimming to apply.

Syntax

[Android.Runtime.Register("dimAmount")]
public float DimAmount { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

When WindowManagerLayoutParams.FLAG_DIM_BEHIND is set, this is the amount of dimming to apply. Range is from 1.0 for completely opaque to 0.0 for no dim.

[Android Documentation]

Requirements

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