FormattedText.MaxLineCount 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置要显示的最大行数。 超出 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
属性值
要显示的最大行数。
注解
使用 Trimming 属性控制当文本超过 MaxLineCount时省略文本的表示方式。