SplashScreenControl
StockSharp.Xaml
La pantalla de salpicaduras para la aplicación.
Hereda de: UserControl
Implementa: IComponentConnector
Constructores
SplashScreenControl
public SplashScreenControl()
splashScreenControl = SplashScreenControl()
Inicia una nueva instancia de la SplashScreenControl.
Propiedades
AppIcon
public string AppIcon { get; private set; }
value = splashScreenControl.AppIcon
splashScreenControl.AppIcon = value
El icono de aplicación.
AppName
public string AppName { get; set; }
value = splashScreenControl.AppName
splashScreenControl.AppName = value
El nombre de la aplicación.
Métodos
InitializeComponent
public void InitializeComponent()
splashScreenControl.InitializeComponent()
InitializeComponent
Campos
AppIconProperty
public static readonly DependencyProperty AppIconProperty
value = SplashScreenControl.AppIconProperty
DependencyProperty for AppIcon.
AppNameProperty
public static readonly DependencyProperty AppNameProperty
value = SplashScreenControl.AppNameProperty
DependencyProperty for AppName.