VirtualDisplayConfig.DimBrightness Property

Definition

Returns the dim brightness of the display.

public float DimBrightness { [Android.Runtime.Register("getDimBrightness", "()F", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getDimBrightness", "()F", "", ApiSince=36)>]
member this.DimBrightness : single

Property Value

Attributes

Remarks

Returns the dim brightness of the display.

Value of 0.0 indicates the minimum supported brightness and value of 1.0 indicates the maximum supported brightness.

Java documentation for android.hardware.display.VirtualDisplayConfig.getDimBrightness().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to