Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AppNotificationTextProperties.SetMaxLines(Int32) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?