Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

DXSplashScreen.SplashImage Property

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

Namespace: DevExpress.ExpressApp.Win.Utils

Assembly: DevExpress.ExpressApp.Win.v19.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