Skip to main content

SplashScreen.SplashImageOptions Property

Provides access to options that specify an image displayed as a splash screen. The image is displayed if ShowMode is set to Image.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ImageOptions SplashImageOptions { get; }

Property Value

Type Description
DevExpress.Utils.ImageOptions

An ImageOptions object that specifies the splash screen image.

Remarks

To display an image as a splash screen:

  • set the ShowMode property to Image
  • use the SplashImageOptions to specify the image. The splash screen supports vector images, transparent images, images of irregular forms with shadows, etc. Fade effects are not supported.

The form’s controls are hidden in Image mode. Enable the AllowControlsInImageMode option to show the controls over the image.

See Also