PasswordBox.PasswordRevealModeProperty Property

Definition

Identifies the PasswordRevealMode dependency property.

public:
 static property DependencyProperty ^ PasswordRevealModeProperty { DependencyProperty ^ get(); };
static DependencyProperty PasswordRevealModeProperty();
public static DependencyProperty PasswordRevealModeProperty { get; }
var dependencyProperty = PasswordBox.passwordRevealModeProperty;
Public Shared ReadOnly Property PasswordRevealModeProperty As DependencyProperty

Property Value

The identifier for the PasswordRevealMode dependency property.

Applies to

See also