TextView.MinEms Property

Definition

Returns the minimum width of TextView in terms of ems or -1 if the minimum width was set using #setMinWidth(int) or #setWidth(int).

public virtual int MinEms { [Android.Runtime.Register("getMinEms", "()I", "GetGetMinEmsHandler")] get; }
[<get: Android.Runtime.Register("getMinEms", "()I", "GetGetMinEmsHandler")>]
member this.MinEms : int

Property Value

the minimum width of TextView in terms of ems. -1 if the minimum width is not defined in ems

Attributes

Remarks

Returns the minimum width of TextView in terms of ems or -1 if the minimum width was set using #setMinWidth(int) or #setWidth(int).

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

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

See also