ShowMode Enum
Contains values that specify how a SplashScreen is displayed, as a form or as an image.
Namespace: DevExpress.XtraSplashScreen
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
Form
|
Displays a splash form. |
Image
|
Displays the default or custom image specified in SplashScreen.SplashImageOptions. Fade effects are not supported in Image display mode. |
Related API Members
The following properties accept/return ShowMode values:
Remarks
Use the SplashScreen.ShowMode property to specify the form’s display mode.
See Also