Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 860 Bytes

passwordrevealmode.md

File metadata and controls

34 lines (22 loc) · 860 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Controls.PasswordRevealMode
winrt enum

PasswordRevealMode

-description

Defines constants that specify the password reveal behavior of a PasswordBox.

-enum-fields

-field Peek:0

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.

-field Visible:2

The password reveal button is not visible. The password is not obscured.

-remarks

See the PasswordBox.PasswordRevealMode property for more info and examples.

-examples

-see-also

PasswordBox.PasswordRevealMode