ToggleButton.DisabledAlpha Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.