TextAreaAttributeConstructor

Switch to Manual
public TextAreaAttribute ();
public TextAreaAttribute (int minLines, int maxLines);

Parameters

minLines文本区域将使用的最小行数。
maxLines文本区域在开始使用滚动条前可显示的最大行数。

Description

属性,用于通过高度灵活且可滚动的区域编辑字符串。