Version: 2022.3

TextAreaAttributeConstructor

切换到手册
public TextAreaAttribute ();
public TextAreaAttribute (int minLines, int maxLines);

参数

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

描述

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