Język

TextAppearanceInfo.Builder.SetTextColor(Color) Method

Definition

Set the current text color of the editor.

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

Parameters

textColor
Color

Returns

Attributes

Remarks

Set the current text color of the editor.

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

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