Table of Contents

Class LinkWindowBase

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

Fields

public static readonly DependencyProperty CaptionCustomContentProperty

Field Value

DependencyProperty
public static readonly DependencyProperty CurrentLinkProperty

Field Value

DependencyProperty
public static readonly DependencyProperty LinksProperty

Field Value

DependencyProperty
public static readonly DependencyProperty LogoProperty

Field Value

DependencyProperty

Properties

public object CaptionCustomContent { get; set; }

Property Value

object
public ILinkAction CurrentLink { get; set; }

Property Value

ILinkAction
public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey
public static ComponentResourceKey DiskKey { get; }

Property Value

ComponentResourceKey
public static ComponentResourceKey DownLoadKey { get; }

Property Value

ComponentResourceKey
public ObservableCollection<ILinkAction> Links { get; set; }

Property Value

ObservableCollection<ILinkAction>
public ImageSource Logo { get; set; }

Property Value

ImageSource
public static ComponentResourceKey MusicKey { get; }

Property Value

ComponentResourceKey
public static ComponentResourceKey SingleKey { get; }

Property Value

ComponentResourceKey