Condividi tramite


MaskedTextProvider.DefaultPasswordChar Proprietà

Definizione

Ottiene il carattere password predefinito utilizzato per nascondere l'input dell'utente.

public:
 static property char DefaultPasswordChar { char get(); };
public static char DefaultPasswordChar { get; }
static member DefaultPasswordChar : char
Public Shared ReadOnly Property DefaultPasswordChar As Char

Valore della proprietà

Oggetto Char che rappresenta il carattere password predefinito.

Commenti

La DefaultPasswordChar proprietà è definita nella MaskedTextProvider classe in modo che sia il carattere asterisco (*).

Si applica a

Vedi anche