SplashScreenManager.ShowImage(Image) Method
Displays an image as a splash form, centering the image against your application’s main form.
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. |
Remarks
The fade-in when the image opens and the fade-out effect when the image closes is turned on when using the current ShowImage overload.
To hide an image displayed via the ShowImage method, use the SplashScreenManager.HideImage method.
See the Splash Image topic for examples.
See Also