FormattedText.MaxLineCount 属性

定义

获取或设置要显示的最大行数。 超出 MaxLineCount 的文本将不会显示。

public:
 property int MaxLineCount { int get(); void set(int value); };
public int MaxLineCount { get; set; }
member this.MaxLineCount : int with get, set
Public Property MaxLineCount As Integer

属性值

Int32

要显示的最大行数。

注解

使用 Trimming 属性控制当文本超过 MaxLineCount时省略文本的表示方式。

适用于