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
System.Windows.DependencyProperty for AppIcon.
public static readonly DependencyProperty AppIconProperty
Field Value
- DependencyProperty
AppNameProperty
System.Windows.DependencyProperty for AppName.
public static readonly DependencyProperty AppNameProperty
Field Value
- DependencyProperty
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()