SplashScreenManager.ShowImage(SvgImage, Boolean, Boolean) Method
Displays a vector image as a splash form with optional fade-in and fade-out effects.
Namespace: DevExpress.XtraSplashScreen
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
svgImage | SvgImage | An SvgImage to be drawn. |
useFadeIn | Boolean | true, to use the fade-in effect when the image appears on-screen; otherwise, false. |
useFadeOut | Boolean | true, to use the fade-out effect when the image hides; otherwise, false. Use the SplashScreenManager.HideImage method to hide a splash form image. |
Remarks
Call the SplashScreenManager.HideImage method to show the splash form.
See the Splash Image topic for examples.
See Also