Back to Devexpress

SplashScreen.SplashImageOptions Property

windowsforms-devexpress-dot-xtrasplashscreen-dot-splashscreen.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public ImageOptions SplashImageOptions { get; }
vb
Public ReadOnly Property SplashImageOptions As ImageOptions

Property Value

TypeDescription
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

SplashScreen Class

SplashScreen Members

DevExpress.XtraSplashScreen Namespace