Table of Contents

Class LoginWindowBase

Namespace
HeBianGu.Systems.Identity
Assembly
HeBianGu.Systems.Identity.dll
[TemplatePart(Name = "PART_BUTTON_SUMIT", Type = typeof(ProgressButton))]
public class LoginWindowBase : DialogWindowBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IWindowBase
Inheritance
LoginWindowBase
Implements
Derived
Inherited Members
Extension Methods

Constructors

LoginWindowBase()

public LoginWindowBase()

Fields

LogoProperty

public static readonly DependencyProperty LogoProperty

Field Value

DependencyProperty

PassWordProperty

public static readonly DependencyProperty PassWordProperty

Field Value

DependencyProperty

ProductProperty

public static readonly DependencyProperty ProductProperty

Field Value

DependencyProperty

UseNameProperty

public static readonly DependencyProperty UseNameProperty

Field Value

DependencyProperty

Properties

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey
public ImageSource Logo { get; set; }

Property Value

ImageSource

PassWord

public string PassWord { get; set; }

Property Value

string

Product

public string Product { get; set; }

Property Value

string

UseName

public string UseName { get; set; }

Property Value

string

Methods

OnApplyTemplate()

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

public override void OnApplyTemplate()