Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public ImageOptions SplashImageOptions { get; }

    Property Value

    Type Description
    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