Język

TextAppearanceInfo.Builder.SetShadowDy(Single) Method

Definition

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

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

Parameters

shadowDy
Single

The units of this value are pixels.

Returns

Attributes

Remarks

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

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

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