Class SplashScreen
A splash screen window for rendering XAML that shows with no chrome, and once OnLoading() has completed, opens a new window.
Inherited Members
Namespace: WinUIEx
Assembly: WinUIEx.dll
Syntax
public class SplashScreen : Window, IWinRTObject, IDynamicInterfaceCastable, IEquatable<Window>
Constructors
Name | Description |
---|---|
SplashScreen(Window) | Creates and activates a new splashscreen, and opens the specified window once complete. |
SplashScreen(Type) | Creates and activates a new splashscreen, and creates and opens the specified window type once complete. |
Properties
Name | Description |
---|---|
Height | Gets or sets the height of the splash screen. Set to NaN to size for content |
IsAlwaysOnTop | Gets or sets a value indicating whether the splash screen should be top-most |
Width | Gets or sets the width of the splash screen. Set to NaN to size for content |
Methods
Name | Description |
---|---|
OnLoading() | Override to display loading progress or delay loading of main window |
Events
Name | Description |
---|---|
Completed | Raised once the splash screen has completed OnLoading(). |