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.v24.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 SplashScreen.SplashImage
property is equivalent to the SplashScreen.SplashImageOptions.Image property.
See Also