SplashScreenManager.ShowImage(Image, Boolean, Boolean) Method
Displays an image as a splash form, centering the image against your application’s main form. Allows you to disable fade-in and fade-out effects for the image.
Namespace: DevExpress.XtraSplashScreen
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
image | Image | An Image to be displayed as a splash form. |
useFadeIn | Boolean | true to use the fade-in effect when the image opens; otherwise, false. |
useFadeOut | Boolean | true to use the fade-out effect when the form closes; otherwise, false. |
Remarks
To hide an image displayed via the ShowImage method, use the SplashScreenManager.HideImage method.
See the Splash Image topic for examples.
See Also