TextView.BufferType.Values Method

Definition

public static final enum TextView.BufferType extends Enum Type of the text buffer that defines the characteristics of the text such as static, styleable, or editable.

[Android.Runtime.Register("values", "()[Landroid/widget/TextView$BufferType;", "")]
public static Android.Widget.TextView.BufferType[]? Values();
[<Android.Runtime.Register("values", "()[Landroid/widget/TextView$BufferType;", "")>]
static member Values : unit -> Android.Widget.TextView.BufferType[]

Returns

The result of the values operation.

Attributes

Remarks

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