Język

CursorAnchorInfo.Builder.SetTextAppearanceInfo(TextAppearanceInfo) Method

Definition

Set the information related to text appearance, which is extracted from the original TextView.

[Android.Runtime.Register("setTextAppearanceInfo", "(Landroid/view/inputmethod/TextAppearanceInfo;)Landroid/view/inputmethod/CursorAnchorInfo$Builder;", "", ApiSince=34)]
public Android.Views.InputMethods.CursorAnchorInfo.Builder SetTextAppearanceInfo(Android.Views.InputMethods.TextAppearanceInfo? textAppearanceInfo);
[<Android.Runtime.Register("setTextAppearanceInfo", "(Landroid/view/inputmethod/TextAppearanceInfo;)Landroid/view/inputmethod/CursorAnchorInfo$Builder;", "", ApiSince=34)>]
member this.SetTextAppearanceInfo : Android.Views.InputMethods.TextAppearanceInfo -> Android.Views.InputMethods.CursorAnchorInfo.Builder

Parameters

textAppearanceInfo
TextAppearanceInfo

TextAppearanceInfo of TextView. This value may be null.

Returns

Attributes

Remarks

Set the information related to text appearance, which is extracted from the original TextView.

Android reference for android.view.inputmethod.CursorAnchorInfo.Builder.setTextAppearanceInfo.

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