SplashScreenControl
StockSharp.Xaml
The splash screen for application.
Inherits: UserControl
Implements: IComponentConnector
Constructors
SplashScreenControl
public SplashScreenControl()
splashScreenControl = SplashScreenControl()
Initializes a new instance of the SplashScreenControl.
Properties
AppIcon
public string AppIcon { get; private set; }
value = splashScreenControl.AppIcon
splashScreenControl.AppIcon = value
The application icon.
AppName
public string AppName { get; set; }
value = splashScreenControl.AppName
splashScreenControl.AppName = value
The application name.
Methods
InitializeComponent
public void InitializeComponent()
splashScreenControl.InitializeComponent()
InitializeComponent
Fields
AppIconProperty
public static readonly DependencyProperty AppIconProperty
value = SplashScreenControl.AppIconProperty
DependencyProperty for AppIcon.
AppNameProperty
public static readonly DependencyProperty AppNameProperty
value = SplashScreenControl.AppNameProperty
DependencyProperty for AppName.