Language

BlurRegion.Alpha Property

Definition

Returns the alpha for this region. -or- Sets the alpha for this region.

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

Property Value

alpha value of the region

Attributes

Remarks

Returns the alpha for this region.

Android reference for android.view.BlurRegion.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