Table of Contents

Class ToolWindowBase

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

Fields

public static readonly DependencyProperty ClickActionsProperty

Field Value

DependencyProperty
public static readonly DependencyProperty CurrentLinkProperty

Field Value

DependencyProperty
public static readonly DependencyProperty LogoProperty

Field Value

DependencyProperty
public static readonly DependencyProperty TabLinksProperty

Field Value

DependencyProperty

Properties

public ObservableCollection<ClickAction> ClickActions { get; set; }

Property Value

ObservableCollection<ClickAction>
public LinkAction CurrentLink { get; set; }

Property Value

LinkAction
public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey
public ImageSource Logo { get; set; }

Property Value

ImageSource
public ObservableCollection<LinkAction> TabLinks { get; set; }

Property Value

ObservableCollection<LinkAction>