DXSplashScreenService Properties
Allows you to display splash screens.| Name | Description |
|---|---|
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| FadeInDuration | Specifies the duration of the fade-in effect. This is a dependency property. |
| FadeOutDuration | Specifies the duration of the fade-out effect. This is a dependency property. |
| HasAnimatedProperties | Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| IsSplashScreenActive | Gets whether the splash screen is active. |
| MaxProgress | Specifies the maximum progress value. This is a dependency property. |
| OwnerSearchMode | Gets or sets the splash screen owner search mode. This is a dependency property. |
| Progress | Specifies the current progress value. This is a dependency property. |
| ShowSplashScreenOnLoading | Gets or sets whether a Splash Screen created by this DXSplashScreenService should be automatically displayed at the application start-up. |
| SplashScreenClosingMode | Gets or sets the splash screen closing mode. This is a dependency property. |
| SplashScreenOwner | Gets or sets the splash screen owner. This is a dependency property. |
| SplashScreenStartupLocation | Specifies the splash screen location. |
| SplashScreenType | Gets or sets the type of splash screen to be opened. |
| SplashScreenWindowStyle | Specifies the splash screen window style. |
| State | Specifies the data object to be passed to the splash screen service. |
| UnregisterOnUnloaded | Gets or sets whether to unregister the service when the associated View is unloaded. This is a dependency property. Inherited from ServiceBase. |
| UseIndependentWindow | Gets or sets whether the current service uses a separate container. |
| 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