TextView.AutoSizeTextType Property

Definition

Returns the type of auto-size set for this widget.

public virtual Android.Widget.AutoSizeTextType AutoSizeTextType { [Android.Runtime.Register("getAutoSizeTextType", "()I", "GetGetAutoSizeTextTypeHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getAutoSizeTextType", "()I", "GetGetAutoSizeTextTypeHandler", ApiSince=26)>]
member this.AutoSizeTextType : Android.Widget.AutoSizeTextType

Property Value

an int corresponding to one of the auto-size types: TextView#AUTO_SIZE_TEXT_TYPE_NONE or TextView#AUTO_SIZE_TEXT_TYPE_UNIFORM

Attributes

Remarks

Returns the type of auto-size set for this widget.

Java documentation for android.widget.TextView.getAutoSizeTextType().

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