Class StartWindowBase
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
ImageSourceProperty
public static readonly DependencyProperty ImageSourceProperty
Field Value
MessageProperty
public static readonly DependencyProperty MessageProperty
Field Value
VersionProperty
public static readonly DependencyProperty VersionProperty
Field Value
Properties
Copyright
public string Copyright { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
ImageSource
public ImageSource ImageSource { get; set; }
Property Value
Message
public string Message { get; set; }
Property Value
OpacityMaskKey
public static ComponentResourceKey OpacityMaskKey { get; }
Property Value
Version
public string Version { get; set; }
Property Value
Methods
SetMessage(string)
public void SetMessage(string message)
Parameters
message
string