ShowMode Enum
In This Article
Contains values that specify how a SplashScreen is displayed, as a form or as an image.
Namespace: DevExpress.XtraSplashScreen
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Form
|
Displays a splash form. |
Image
|
Displays the default or custom image specified in Splash |
#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