Język

TextAppearanceInfo.Builder.SetShadowRadius(Single) Method

Definition

Set the blur radius (in pixels) of the text shadow.

[Android.Runtime.Register("setShadowRadius", "(F)Landroid/view/inputmethod/TextAppearanceInfo$Builder;", "", ApiSince=34)]
public Android.Views.InputMethods.TextAppearanceInfo.Builder SetShadowRadius(float shadowRadius);
[<Android.Runtime.Register("setShadowRadius", "(F)Landroid/view/inputmethod/TextAppearanceInfo$Builder;", "", ApiSince=34)>]
member this.SetShadowRadius : single -> Android.Views.InputMethods.TextAppearanceInfo.Builder

Parameters

shadowRadius
Single

The units of this value are pixels.

Returns

Attributes

Remarks

Set the blur radius (in pixels) of the text shadow.

Android reference for android.view.inputmethod.TextAppearanceInfo.Builder.setShadowRadius.

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