Skip to main content
.NET 6.0+

DXSplashScreen(SvgImage) Constructor

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

Namespace: DevExpress.ExpressApp.Win.Utils

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

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public DXSplashScreen(
    SvgImage splashSvgImage
)

Parameters

Name Type Description
splashSvgImage SvgImage

An SVG image used as a Splash Image.

See Also