SplashScreenService Members
Allows you to display splash screens.Constructors
Name | Description |
---|---|
SplashScreenService() | Initializes a new instance of the SplashScreenService class with default settings. |
Fields
Name | Description |
---|---|
CancelCommandProperty static | Identifies the SplashScreenService.CancelCommand dependency property. |
MaxProgressProperty static | Identifies the SplashScreenService.MaxProgress dependency property. |
ProgressProperty static | Identifies the SplashScreenService.Progress dependency property. |
SplashScreenTypeProperty static | Identifies the SplashScreenService.SplashScreenType dependency property. |
StateProperty static | Identifies the SplashScreenService.State dependency property. |
ViewLocatorProperty static | Identifies the ViewServiceBase.ViewLocator dependency property. Inherited from ViewServiceBase. |
ViewTemplateProperty static | Identifies the ViewServiceBase.ViewTemplate dependency property. Inherited from ViewServiceBase. |
ViewTemplateSelectorProperty static | Identifies the ViewServiceBase.ViewTemplateSelector dependency property. Inherited from ViewServiceBase. |
Properties
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. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also