Język

TextAppearanceInfo.Builder.SetLinkTextColor(Int32) Method

Definition

Set the text color used to paint the links in the editor.

[Android.Runtime.Register("setLinkTextColor", "(I)Landroid/view/inputmethod/TextAppearanceInfo$Builder;", "", ApiSince=34)]
public Android.Views.InputMethods.TextAppearanceInfo.Builder SetLinkTextColor(int linkTextColor);
[<Android.Runtime.Register("setLinkTextColor", "(I)Landroid/view/inputmethod/TextAppearanceInfo$Builder;", "", ApiSince=34)>]
member this.SetLinkTextColor : int -> Android.Views.InputMethods.TextAppearanceInfo.Builder

Parameters

linkTextColor
Int32

Returns

Attributes

Remarks

Set the text color used to paint the links in the editor.

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

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