TextView.AutoSizeMinTextSize Property

Definition

public virtual int AutoSizeMinTextSize { [Android.Runtime.Register("getAutoSizeMinTextSize", "()I", "GetGetAutoSizeMinTextSizeHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getAutoSizeMinTextSize", "()I", "GetGetAutoSizeMinTextSizeHandler", ApiSince=26)>]
member this.AutoSizeMinTextSize : int

Property Value

the current auto-size minimum text size in pixels (the default is 12sp). Note that if auto-size has not been configured this function returns -1.

Attributes

Remarks

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

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