SplashScreenService Members
In This Article
#Constructors
Name | Description |
---|---|
Splash |
Initializes a new instance of the Splash |
#Fields
Name | Description |
---|---|
Cancel |
Identifies the Splash |
Max |
Identifies the Splash |
Progress |
Identifies the Splash |
Splash |
Identifies the Splash |
State |
Identifies the Splash |
View |
Identifies the View |
View |
Identifies the View |
View |
Identifies the View |
#Properties
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. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also