ToggleButton.DisabledAlpha Property

Definition

Returns the alpha value of the button when it is disabled

public virtual float DisabledAlpha { [Android.Runtime.Register("getDisabledAlpha", "()F", "GetGetDisabledAlphaHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getDisabledAlpha", "()F", "GetGetDisabledAlphaHandler", ApiSince=29)>]
member this.DisabledAlpha : single

Property Value

the alpha value, 0.0-1.0

Attributes

Remarks

Returns the alpha value of the button when it is disabled

Java documentation for android.widget.ToggleButton.getDisabledAlpha().

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