Class SplashScreenControl
Окно-заставка.
Implements
Namespace: StockSharp.Xaml
Assembly: StockSharp.Xaml.dll
Syntax
public class SplashScreenControl : UserControl, IComponentConnector
Constructors
SplashScreenControl()
Создать SplashScreenControl.
Declaration
public SplashScreenControl()
Fields
AppIconProperty
Declaration
public static readonly DependencyProperty AppIconProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
AppNameProperty
Declaration
public static readonly DependencyProperty AppNameProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
AppIcon
Иконка приложения.
Declaration
public string AppIcon { get; }
Property Value
Type | Description |
---|---|
String |
AppName
Название приложения.
Declaration
public string AppName { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
Show()
Показать окно-заставку.
Declaration
public static void Show()