SplashScreenControl
StockSharp.Xaml
Заставка для приложения.
Наследует: UserControl
Реализует: IComponentConnector
Конструкторы
SplashScreenControl
public SplashScreenControl()
splashScreenControl = SplashScreenControl()
Инициирует новый экземпляр документа SplashScreenControl.
Свойства
AppIcon
public string AppIcon { get; private set; }
value = splashScreenControl.AppIcon
splashScreenControl.AppIcon = value
Иконка приложения.
AppName
public string AppName { get; set; }
value = splashScreenControl.AppName
splashScreenControl.AppName = value
Название приложения.
Методы
InitializeComponent
public void InitializeComponent()
splashScreenControl.InitializeComponent()
InitializeComponent
Поля
AppIconProperty
public static readonly DependencyProperty AppIconProperty
value = SplashScreenControl.AppIconProperty
DependencyProperty для AppIcon.
AppNameProperty
public static readonly DependencyProperty AppNameProperty
value = SplashScreenControl.AppNameProperty
DependencyProperty для AppName.