Skip to main content
A newer version of this page is available. .

DXSplashScreen(Image) Constructor

Initializes a new DXSplashScreen class instance that shows the specified a Splash Image.

Namespace: DevExpress.ExpressApp.Win.Utils

Assembly: DevExpress.ExpressApp.Win.v18.2.dll

Declaration

public DXSplashScreen(
    Image splashImage
)

Parameters

Name Type Description
splashImage Image

A raster image used as a Splash Image. PNG files are preferable.

See Also