Partager via


AppNotificationTextProperties.MaxLines Propriété

Définition

Obtient ou définit le nombre maximal de lignes que le texte associé doit s’étendre.

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

Valeur de propriété

Int32

int

Nombre maximal de lignes.

S’applique à