SplashScreenManager Methods
Allows you to display splash screens.| Name | Description |
|---|---|
| Close(Boolean) | Closes the splash screen. |
| CloseAll(Boolean) static | Closes all active splash screens. |
| Create(Func<Window>, DXSplashScreenViewModel) static | Creates a custom splash screen. |
| CreateFluent(DXSplashScreenViewModel, Boolean) static | Creates a splash screen with acrylic background. |
| CreateThemed(DXSplashScreenViewModel, Boolean) static | Creates a splash screen with the color scheme based on the application theme. |
| CreateWaitIndicator(DXSplashScreenViewModel, Boolean) static | Creates a compact spinner-style splash screen. |
| 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. |
| Show(Int32, Int32, DependencyObject, WindowStartupLocation, Boolean, InputBlockMode, Int32) | Shows the splash screen. |
| Show(DependencyObject, WindowStartupLocation, Boolean, InputBlockMode, Int32) | Shows the splash screen. |
| ShowOnStartup(Boolean) | Shows the splash screen with parameters suitable for the application startup scenario. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also