SplashScreen.SplashImage Property
Use the SplashScreen.SplashImageOptions.Image property to specify the image displayed as a splash screen. The image is displayed if ShowMode is set to Image.
Namespace: DevExpress.XtraSplashScreen
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
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 SplashImage property is equivalent to the SplashScreen.SplashImageOptions.Image property.
See Also