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

Show
public static void Show()
SplashScreenControl.Show()

显示溅出屏幕 。

字段

AppIconProperty
public static readonly DependencyProperty AppIconProperty
value = SplashScreenControl.AppIconProperty

DependencyProperty 为AppIcon.

AppNameProperty
public static readonly DependencyProperty AppNameProperty
value = SplashScreenControl.AppNameProperty

DependencyProperty 为AppName.