PasswordBox.MaxLengthProperty Property

Definition

Identifies the MaxLength dependency property.

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

Property Value

The identifier for the MaxLength dependency property.

Applies to