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
AppNameProperty
public static readonly DependencyProperty AppNameProperty
Field Value
Properties
AppIcon
The application icon.
public string AppIcon { get; }
Property Value
AppName
The application name.
public string AppName { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
Show()
Show splash screen.
public static void Show()