Class SimpleSplashScreen
Simple and fast splash screen for display images during application startup.
Implements
Inherited Members
Namespace: WinUIEx
Assembly: WinUIEx.dll
Syntax
public sealed class SimpleSplashScreen : IDisposable
Remarks
Once your application window has launched/loaded, The splashscreen should be removed by either disposing this instance or calling Hide(TimeSpan).
Methods
| Name | Description |
|---|---|
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| ~SimpleSplashScreen() | Finalizer |
| Hide(TimeSpan) | Hides the splashscreen |
| ShowDefaultSplashScreen() | Shows the splashscreen image specified in the application manifest. |
| ShowSplashScreenImage(string) | Shows a splash screen image at the center of the screen |