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

SplashScreen.SplashImage Property

Gets or sets an image displayed as a splash screen. The image is displayed if ShowMode is set to Image.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
[DefaultValue(null)]
public Image SplashImage { get; set; }

Property Value

Type Default Description
Image *null*

An Image to be displayed in the ShowMode.Image display mode.

Remarks

The SplashScreen.SplashImage property is equivalent to the SplashScreen.SplashImageOptions.Image property.

See Also