SplashScreenManager.ShowImage(SvgImage) Method
Displays a vector 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 |
---|---|---|
svgImage | SvgImage | An SvgImage to be drawn. |
Remarks
Call the SplashScreenManager.HideImage method to show the splash form.
See the Splash Image topic for examples.
See Also