4.603 PasswordBox

x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Control > PasswordBox, IInputElement
PasswordBox
(usage)
<PasswordBox />
(description)
Represents a control designed for entering and handling passwords.
[name property]
Name
[xml lang property]
Language
(properties)
CaretBrush
Brush
(description)
The brush that specifies the color of the password box's caret.
IsInactiveSelectionHighlightEnabled
x:Boolean
(description)
A value that indicates whether the PasswordBox displays selected text when the PasswordBox does not have focus.
MaxLength
x:Int32
(description)
The maximum length for passwords to be handled by this PasswordBox.
Password
x:String
(description)
The password currently held by the PasswordBox.
PasswordChar
x:Char
(description)
The masking character for the PasswordBox.
SelectionBrush
Brush
(description)
The brush that highlights selected text.
SelectionOpacity
x:Double
(description)
The opacity of the SelectionBrush.
(events)
PasswordChanged
Occurs when the value of the Password property changes.