共用方式為


TextView.SetMaxEms(Int32) 方法

定義

將 TextView 的寬度設定為最 maxEms 寬。

[Android.Runtime.Register("setMaxEms", "(I)V", "GetSetMaxEms_IHandler")]
public virtual void SetMaxEms (int maxEms);
[<Android.Runtime.Register("setMaxEms", "(I)V", "GetSetMaxEms_IHandler")>]
abstract member SetMaxEms : int -> unit
override this.SetMaxEms : int -> unit

參數

maxEms
Int32

Ems 的 TextView 寬度上限

屬性

備註

將 TextView 的寬度設定為最 maxEms 寬。

如果 LayoutParams 不強制 TextView 有確切的寬度,這個值會用於寬度計算。 設定此值會覆寫先前的最大寬度設定,例如 #setMaxWidth(int)#setWidth(int)

android.widget.TextView.setMaxEms(int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於