AppNotificationTextProperties.SetMaxLines(Int32) Method

Definition

Sets the maximum number of lines the associated text should span.

public:
 virtual AppNotificationTextProperties ^ SetMaxLines(int value) = SetMaxLines;
AppNotificationTextProperties SetMaxLines(int const& value);
public AppNotificationTextProperties SetMaxLines(int value);
function setMaxLines(value)
Public Function SetMaxLines (value As Integer) As AppNotificationTextProperties

Parameters

value
Int32

int

The maximum number of lines the associated text should span.

Returns

Returns the AppNotificationTextProperties instance so that additional method calls can be chained.

Applies to