WindowManagerLayoutParams.ButtonBrightness Property

Definition

This can be used to override the standard behavior of the button and keyboard backlights.

[Android.Runtime.Register("buttonBrightness")]
public float ButtonBrightness { get; set; }
[<Android.Runtime.Register("buttonBrightness")>]
member this.ButtonBrightness : single with get, set

Property Value

Attributes

Remarks

This can be used to override the standard behavior of the button and keyboard backlights. A value of less than 0, the default, means to use the standard backlight behavior. 0 to 1 adjusts the brightness from dark to full bright.

Java documentation for android.view.WindowManager.LayoutParams.buttonBrightness.

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