PasswordBox.MaxLengthProperty 属性

定义

标识 MaxLength 依赖属性。

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

属性值

MaxLength 依赖属性的标识符。

适用于