Transformation.Alpha Property

Definition

Sets the degree of transparency

public virtual float Alpha { [Android.Runtime.Register("getAlpha", "()F", "GetGetAlphaHandler")] get; [Android.Runtime.Register("setAlpha", "(F)V", "GetSetAlpha_FHandler")] set; }
[<get: Android.Runtime.Register("getAlpha", "()F", "GetGetAlphaHandler")>]
[<set: Android.Runtime.Register("setAlpha", "(F)V", "GetSetAlpha_FHandler")>]
member this.Alpha : single with get, set

Property Value

The degree of transparency

Attributes

Remarks

Property getter documentation:

Java documentation for android.view.animation.Transformation.getAlpha().

Property setter documentation:

Sets the degree of transparency

Java documentation for android.view.animation.Transformation.setAlpha(float).

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