TextView.SetMaxHeight(Int32) 方法

定义

将 TextView 的高度设置为最高 maxPixels

[Android.Runtime.Register("setMaxHeight", "(I)V", "GetSetMaxHeight_IHandler")]
public virtual void SetMaxHeight (int maxPixels);
[<Android.Runtime.Register("setMaxHeight", "(I)V", "GetSetMaxHeight_IHandler")>]
abstract member SetMaxHeight : int -> unit
override this.SetMaxHeight : int -> unit

参数

maxPixels
Int32

TextView 的最大高度(以像素为单位)

属性

注解

将 TextView 的高度设置为最高 maxPixels

如果 LayoutParams 不强制 TextView 具有确切高度,则此值用于高度计算。 设置此值将替代以前的最大高度配置,例如 #setMaxLines(int)#setLines(int)

适用于 . 的 android.widget.TextView.setMaxHeight(int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于