Show / Hide Table of Contents

Constructor SplashScreen

| Edit this page View Source

SplashScreen(Window)

Creates and activates a new splashscreen, and opens the specified window once complete.

Declaration
public SplashScreen(Window window)
Parameters
Type Name Description
Window window

Window to open once splash screen is complete

| Edit this page View Source

SplashScreen(Type)

Creates and activates a new splashscreen, and creates and opens the specified window type once complete.

Declaration
public SplashScreen(Type window)
Parameters
Type Name Description
Type window

Type of window to create. Must have an empty constructor

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX