SplashScreenService Properties
Allows you to display splash screens.| Name | Description |
|---|---|
| CancelCommand | Gets or sets a command executed when the Back button is clicked. This is a dependency property. |
| MaxProgress | Gets or sets the maximum progress value. This is a dependency property. |
| Progress | Gets or sets the current progress value. This is a dependency property. |
| SplashScreenType | Gets or sets the type of splash screen to be shown. This is a dependency property. |
| State | Gets or sets a data object to be passed to the splash screen service. This is a dependency property. |
| ViewLocator | Specifies the view locator. Inherited from ViewServiceBase. |
| ViewTemplate | Specifies the view template. Inherited from ViewServiceBase. |
| ViewTemplateSelector | Gets or sets an object that chooses the view template based on custom logic. |
See Also