Share via


PasswordBox.PasswordChar Proprietà

Definizione

Ottiene o imposta il carattere di mascheramento per PasswordBox.

public:
 property Platform::String ^ PasswordChar { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring PasswordChar();

void PasswordChar(winrt::hstring value);
public string PasswordChar { get; set; }
var string = passwordBox.passwordChar;
passwordBox.passwordChar = string;
Public Property PasswordChar As String
<PasswordBox PasswordChar="char"/>

Valore della proprietà

String

Platform::String

winrt::hstring

Carattere di maschera da eco quando l'utente immette testo in PasswordBox. Il valore predefinito è un carattere punto elenco (●).

Si applica a