PasswordBox.PasswordCharProperty Property

Definition

Identifies the PasswordChar dependency property.

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

Property Value

The identifier for the PasswordChar dependency property.

Applies to