Styles
Style |
---|
PasswordBoxBaseStyle |
PasswordBox.Small |
PasswordBoxExtend |
PasswordBoxExtend.Small |
PasswordBoxBaseStyle
The default style of the native passwordbox is not recommended. It should always be used by other styles based on On.
PasswordBoxExtendBaseStyle : PasswordBoxBaseStyle
The native passwordbox extends the default style. It is not recommended to use it directly, and it should always be used by other styles as BasedOn.
PasswordBoxExtend : PasswordBoxExtendBaseStyle
Compared to the default style of the native passwordbox, it can implement the functions of title and watermark with the help of additional attributes.