Class PasswordBox
- Namespace
- HeBianGu.Control.PasswordBox
- Assembly
- HeBianGu.Control.PasswordBox.dll
可以绑定的密码框
[TemplatePart(Name = "PART_PassWord", Type = typeof(PasswordBox))]
[TemplatePart(Name = "PART_TextBox", Type = typeof(TextBox))]
public class PasswordBox : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
PasswordBox
- Implements
- Inherited Members
- Extension Methods
Fields
CaretBrushProperty
public static readonly DependencyProperty CaretBrushProperty
Field Value
PassWordProperty
public static readonly DependencyProperty PassWordProperty
Field Value
PasswordCharProperty
public static readonly DependencyProperty PasswordCharProperty
Field Value
SelectionBrushProperty
public static readonly DependencyProperty SelectionBrushProperty
Field Value
Properties
CaretBrush
public Brush CaretBrush { get; set; }
Property Value
CircleKey
public static ComponentResourceKey CircleKey { get; }
Property Value
ClearKey
public static ComponentResourceKey ClearKey { get; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
DynamicKey
public static ComponentResourceKey DynamicKey { get; }
Property Value
LabelCircleKey
public static ComponentResourceKey LabelCircleKey { get; }
Property Value
LabelClearKey
public static ComponentResourceKey LabelClearKey { get; }
Property Value
LabelClearSingleKey
public static ComponentResourceKey LabelClearSingleKey { get; }
Property Value
LabelKey
public static ComponentResourceKey LabelKey { get; }
Property Value
LabelSingleKey
public static ComponentResourceKey LabelSingleKey { get; }
Property Value
PassWord
public string PassWord { get; set; }
Property Value
PasswordChar
public string PasswordChar { get; set; }
Property Value
SelectionBrush
public Brush SelectionBrush { get; set; }
Property Value
ShowKey
public static ComponentResourceKey ShowKey { get; }
Property Value
SingleKey
public static ComponentResourceKey SingleKey { get; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()