PasswordRevealMode PasswordRevealMode PasswordRevealMode PasswordRevealMode Enum

Definition

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

public : enum class PasswordRevealModepublic enum PasswordRevealModePublic Enum PasswordRevealMode// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Hidden Hidden Hidden Hidden

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

Peek Peek Peek Peek

The password reveal button is visible. The password is not obscured while the button is pressed.

Visible Visible Visible Visible

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

Remarks

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