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 時,省略文字的表示方式。