RenderNode.Alpha Property

Definition

Returns the translucency level of this display list.

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

Property Value

A value between 0.0f and 1.0f

Attributes

Remarks

Returns the translucency level of this display list.

Java documentation for android.graphics.RenderNode.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