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

DXSplashScreen.SplashImage Property

Gets a raster image to be shown as a Splash Image.

Namespace: DevExpress.ExpressApp.Win.Utils

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

Declaration

public Image SplashImage { get; }

Property Value

Type Description
Image

A raster image.

Remarks

If you passed a raster image to a DXSplashScreen constructor, the SplashImage property gets this image.

See Also