_OlkTextBox.IntegralHeight 属性

定义

返回或设置 C#) 中的 布尔 值 (bool ,该值指定此控件是否显示整行文本。 读/写。

public:
 property bool IntegralHeight { bool get(); void set(bool value); };
public bool IntegralHeight { get; set; }
Public Property IntegralHeight As Boolean

属性值

注解

如果此属性为 True 时,控件将显示填充行文本;否则,它显示部分行。 默认值为 True

适用于