EditorInfo.Label Property

Definition

A label to show to the user describing the text they are writing.

[Android.Runtime.Register("label")]
public Java.Lang.ICharSequence? Label { get; set; }
[<Android.Runtime.Register("label")>]
member this.Label : Java.Lang.ICharSequence with get, set

Property Value

Attributes

Remarks

A label to show to the user describing the text they are writing.

Java documentation for android.view.inputmethod.EditorInfo.label.

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