Lingua

AccessibilityNodeInfo.ExtraRenderingInfo.Alpha Property

Definition

Returns the opacity of the node if it is available, otherwise -1.

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

Property Value

Returns the opacity of the node if it is available, otherwise -1.0f.

Attributes

Remarks

Returns the opacity of the node if it is available, otherwise -1.0f.

Android reference for android.view.accessibility.AccessibilityNodeInfo.ExtraRenderingInfo.getAlpha.

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