TextView.AutoSizeMaxTextSize Property

Definition

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

Property Value

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

Attributes

Remarks

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

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