-api-id | -api-type |
---|---|
T:Windows.UI.Xaml.Controls.PasswordRevealMode |
winrt enum |
Defines constants that specify the password reveal behavior of a PasswordBox.
The password reveal button is visible. The password is not obscured while the button is pressed.
-field Hidden:1
The password reveal button is not visible. The password is always obscured.
The password reveal button is not visible. The password is not obscured.
See the PasswordBox.PasswordRevealMode property for more info and examples.