Class ManagerWindowBase
public class ManagerWindowBase : MessageWindowBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IWindowBase, IMainWindow
- Inheritance
-
ManagerWindowBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
ManagerWindowBase()
public ManagerWindowBase()
Fields
ActionFrameMarginProperty
public static readonly DependencyProperty ActionFrameMarginProperty
Field Value
CurrentLinkProperty
public static readonly DependencyProperty CurrentLinkProperty
Field Value
CustomContentProperty
public static readonly DependencyProperty CustomContentProperty
Field Value
IsExpandedProperty
public static readonly DependencyProperty IsExpandedProperty
Field Value
LogoProperty
public static readonly DependencyProperty LogoProperty
Field Value
Properties
ActionFrameMargin
public Thickness ActionFrameMargin { get; set; }
Property Value
CurrentLink
public IAction CurrentLink { get; set; }
Property Value
CustomContent
public object CustomContent { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
IsExpanded
public bool IsExpanded { get; set; }
Property Value
Logo
public ImageSource Logo { get; set; }
Property Value
Methods
OnLoaded()
protected virtual void OnLoaded()