Table of Contents

Class StartWindowBase

Namespace
HeBianGu.Systems.Start
Assembly
HeBianGu.Systems.Start.dll
public class StartWindowBase : WindowBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IWindowBase, IStartWindow
Inheritance
StartWindowBase
Implements
Derived
Inherited Members
Extension Methods

Constructors

StartWindowBase()

public StartWindowBase()

Fields

CopyrightProperty

public static readonly DependencyProperty CopyrightProperty

Field Value

DependencyProperty

ImageSourceProperty

public static readonly DependencyProperty ImageSourceProperty

Field Value

DependencyProperty

MessageProperty

public static readonly DependencyProperty MessageProperty

Field Value

DependencyProperty

VersionProperty

public static readonly DependencyProperty VersionProperty

Field Value

DependencyProperty

Properties

public string Copyright { get; set; }

Property Value

string

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

ImageSource

public ImageSource ImageSource { get; set; }

Property Value

ImageSource

Message

public string Message { get; set; }

Property Value

string

OpacityMaskKey

public static ComponentResourceKey OpacityMaskKey { get; }

Property Value

ComponentResourceKey

Version

public string Version { get; set; }

Property Value

string

Methods

SetMessage(string)

public void SetMessage(string message)

Parameters

message string