AppNotificationTextProperties.MaxLines Property

Definition

Gets or sets the maximum number of lines the associated text should span.

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

Property Value

Int32

int

The maximum number of lines.

Applies to