Class LinkWindowBase
public class LinkWindowBase : MessageWindowBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IWindowBase, IMainWindow
- Inheritance
-
LinkWindowBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Fields
CaptionCustomContentProperty
public static readonly DependencyProperty CaptionCustomContentProperty
Field Value
CurrentLinkProperty
public static readonly DependencyProperty CurrentLinkProperty
Field Value
LinksProperty
public static readonly DependencyProperty LinksProperty
Field Value
LogoProperty
public static readonly DependencyProperty LogoProperty
Field Value
Properties
CaptionCustomContent
public object CaptionCustomContent { get; set; }
Property Value
CurrentLink
public ILinkAction CurrentLink { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
DiskKey
public static ComponentResourceKey DiskKey { get; }
Property Value
DownLoadKey
public static ComponentResourceKey DownLoadKey { get; }
Property Value
Links
public ObservableCollection<ILinkAction> Links { get; set; }
Property Value
Logo
public ImageSource Logo { get; set; }
Property Value
MusicKey
public static ComponentResourceKey MusicKey { get; }
Property Value
SingleKey
public static ComponentResourceKey SingleKey { get; }