次の方法で共有


AppNotificationTextProperties.MaxLines プロパティ

定義

関連付けられているテキストがまたがる必要がある行の最大数を取得または設定します。

public:
 property int MaxLines { int get(); void set(int value); };
int MaxLines();

void MaxLines(int value);
public int MaxLines { get; set; }
var int32 = appNotificationTextProperties.maxLines;
appNotificationTextProperties.maxLines = int32;
Public Property MaxLines As Integer

プロパティ値

Int32

int

行の最大数。

適用対象