Table of Contents

Class ManagerWindowBase

Namespace
HeBianGu.Window.Link
Assembly
HeBianGu.Window.Link.dll
public class ManagerWindowBase : MessageWindowBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IWindowBase, IMainWindow
Inheritance
ManagerWindowBase
Implements
Derived
Inherited Members
Extension Methods

Constructors

public ManagerWindowBase()

Fields

public static readonly DependencyProperty ActionFrameMarginProperty

Field Value

DependencyProperty
public static readonly DependencyProperty CurrentLinkProperty

Field Value

DependencyProperty
public static readonly DependencyProperty CustomContentProperty

Field Value

DependencyProperty
public static readonly DependencyProperty IsExpandedProperty

Field Value

DependencyProperty
public static readonly DependencyProperty LogoProperty

Field Value

DependencyProperty

Properties

public Thickness ActionFrameMargin { get; set; }

Property Value

Thickness
public IAction CurrentLink { get; set; }

Property Value

IAction
public object CustomContent { get; set; }

Property Value

object
public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey
public bool IsExpanded { get; set; }

Property Value

bool
public ImageSource Logo { get; set; }

Property Value

ImageSource

Methods

protected virtual void OnLoaded()