Language

BlurRegion.BlurRadius Property

Definition

Returns the blur radius for this region. -or- Sets the blur radius for this region.

public virtual float BlurRadius { [Android.Runtime.Register("getBlurRadius", "()F", "GetGetBlurRadiusHandler", ApiSince=37)] get; [Android.Runtime.Register("setBlurRadius", "(F)V", "GetSetBlurRadius_FHandler", ApiSince=37)] set; }
[<get: Android.Runtime.Register("getBlurRadius", "()F", "GetGetBlurRadiusHandler", ApiSince=37)>]
[<set: Android.Runtime.Register("setBlurRadius", "(F)V", "GetSetBlurRadius_FHandler", ApiSince=37)>]
member this.BlurRadius : single with get, set

Property Value

blur radius in pixels

Attributes

Remarks

Returns the blur radius for this region.

Android reference for android.view.BlurRegion.getBlurRadius.

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