SplashScreenService Properties
Allows you to display splash screens.
Name | Description |
---|---|
Cancel |
Gets or sets a command executed when the Back button is clicked. This is a dependency property. |
Max |
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. |
Splash |
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. |
View |
Specifies the view locator.
Inherited from View |
View |
Specifies the view template.
Inherited from View |
View |
Gets or sets an object that chooses the view template based on custom logic. |
See Also