Lingua

TextAppearanceInfo.Builder.SetShadowColor(Color) Method

Definition

Set the color of the text shadow.

[Android.Runtime.Register("setShadowColor", "(I)Landroid/view/inputmethod/TextAppearanceInfo$Builder;", "", ApiSince=34)]
public Android.Views.InputMethods.TextAppearanceInfo.Builder SetShadowColor(Android.Graphics.Color shadowColor);
[<Android.Runtime.Register("setShadowColor", "(I)Landroid/view/inputmethod/TextAppearanceInfo$Builder;", "", ApiSince=34)>]
member this.SetShadowColor : Android.Graphics.Color -> Android.Views.InputMethods.TextAppearanceInfo.Builder

Parameters

shadowColor
Color

Returns

Attributes

Remarks

Set the color of the text shadow.

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

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