SplashScreenControl
StockSharp.Xaml
A tela de apresentação para aplicação.
Herda de: UserControl
Implementa: IComponentConnector
Construtores
SplashScreenControl
public SplashScreenControl()
splashScreenControl = SplashScreenControl()
Inicializa uma nova instância do SplashScreenControl.
Propriedades
AppIcon
public string AppIcon { get; private set; }
value = splashScreenControl.AppIcon
splashScreenControl.AppIcon = value
O ícone da aplicação.
AppName
public string AppName { get; set; }
value = splashScreenControl.AppName
splashScreenControl.AppName = value
O nome da aplicação.
Métodos
InitializeComponent
public void InitializeComponent()
splashScreenControl.InitializeComponent()
InitializeComponent
Campos
AppIconProperty
public static readonly DependencyProperty AppIconProperty
value = SplashScreenControl.AppIconProperty
DependencyProperty@ para AppIcon.
AppNameProperty
public static readonly DependencyProperty AppNameProperty
value = SplashScreenControl.AppNameProperty
DependencyProperty@ para AppName.