Condividi tramite


AppNotificationTextProperties.MaxLines Proprietà

Definizione

Ottiene o imposta il numero massimo di righe che il testo associato deve estendersi.

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

Valore della proprietà

Int32

int

Numero massimo di righe.

Si applica a