次の方法で共有


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制御します。

適用対象