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

最大行数。

适用于