SplashScreenControl
StockSharp.Xaml
Der Splash-Bildschirm für die Anwendung.
Erbt von: UserControl
Implementiert: IComponentConnector
Konstruktoren
SplashScreenControl
public SplashScreenControl()
splashScreenControl = SplashScreenControl()
Initialisiert eine neue Instanz von SplashScreenControl.
Eigenschaften
AppIcon
public string AppIcon { get; private set; }
value = splashScreenControl.AppIcon
splashScreenControl.AppIcon = value
Das Icon der Anwendung.
AppName
public string AppName { get; set; }
value = splashScreenControl.AppName
splashScreenControl.AppName = value
Der Name der Anwendung.
Methoden
InitializeComponent
public void InitializeComponent()
splashScreenControl.InitializeComponent()
InitializeComponent
Felder
AppIconProperty
public static readonly DependencyProperty AppIconProperty
value = SplashScreenControl.AppIconProperty
DependencyProperty für AppIcon.
AppNameProperty
public static readonly DependencyProperty AppNameProperty
value = SplashScreenControl.AppNameProperty
DependencyProperty für AppName.