ViewStructure.SetMinTextEms(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the minimum width in ems of the text associated with this view, when supported.
[Android.Runtime.Register("setMinTextEms", "(I)V", "GetSetMinTextEms_IHandler", ApiSince=28)]
public virtual void SetMinTextEms (int minEms);
[<Android.Runtime.Register("setMinTextEms", "(I)V", "GetSetMinTextEms_IHandler", ApiSince=28)>]
abstract member SetMinTextEms : int -> unit
override this.SetMinTextEms : int -> unit
Parameters
- minEms
- Int32
- Attributes
Remarks
Sets the minimum width in ems of the text associated with this view, when supported.
Should only be set when the node is used for autofill purposes - it will be ignored when used for Assist.
Java documentation for android.view.ViewStructure.setMinTextEms(int)
.
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.