Table of Contents

Class SplashScreenControl

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

The splash screen for application.

public class SplashScreenControl : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
Inheritance
SplashScreenControl
Implements
Inherited Members
Extension Methods

Constructors

SplashScreenControl()

Initializes a new instance of the SplashScreenControl.

public SplashScreenControl()

Fields

AppIconProperty

public static readonly DependencyProperty AppIconProperty

Field Value

DependencyProperty

AppNameProperty

public static readonly DependencyProperty AppNameProperty

Field Value

DependencyProperty

Properties

AppIcon

The application icon.

public string AppIcon { get; }

Property Value

string

AppName

The application name.

public string AppName { get; set; }

Property Value

string

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Show()

Show splash screen.

public static void Show()