Table of Contents

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

DependencyProperty

PassWordProperty

public static readonly DependencyProperty PassWordProperty

Field Value

DependencyProperty

PasswordCharProperty

public static readonly DependencyProperty PasswordCharProperty

Field Value

DependencyProperty

SelectionBrushProperty

public static readonly DependencyProperty SelectionBrushProperty

Field Value

DependencyProperty

Properties

CaretBrush

public Brush CaretBrush { get; set; }

Property Value

Brush

CircleKey

public static ComponentResourceKey CircleKey { get; }

Property Value

ComponentResourceKey

ClearKey

public static ComponentResourceKey ClearKey { get; }

Property Value

ComponentResourceKey

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

DynamicKey

public static ComponentResourceKey DynamicKey { get; }

Property Value

ComponentResourceKey

LabelCircleKey

public static ComponentResourceKey LabelCircleKey { get; }

Property Value

ComponentResourceKey

LabelClearKey

public static ComponentResourceKey LabelClearKey { get; }

Property Value

ComponentResourceKey

LabelClearSingleKey

public static ComponentResourceKey LabelClearSingleKey { get; }

Property Value

ComponentResourceKey

LabelKey

public static ComponentResourceKey LabelKey { get; }

Property Value

ComponentResourceKey

LabelSingleKey

public static ComponentResourceKey LabelSingleKey { get; }

Property Value

ComponentResourceKey

PassWord

public string PassWord { get; set; }

Property Value

string

PasswordChar

public string PasswordChar { get; set; }

Property Value

string

SelectionBrush

public Brush SelectionBrush { get; set; }

Property Value

Brush

ShowKey

public static ComponentResourceKey ShowKey { get; }

Property Value

ComponentResourceKey

SingleKey

public static ComponentResourceKey SingleKey { get; }

Property Value

ComponentResourceKey

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()