Język

TextAppearanceInfo.Builder.SetShadowDx(Single) Method

Definition

Set the horizontal offset (in pixels) of the text shadow.

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

Parameters

shadowDx
Single

The units of this value are pixels.

Returns

Attributes

Remarks

Set the horizontal offset (in pixels) of the text shadow.

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

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