Skip to main content

SplashScreenManager.ShowImage(SvgImage, Boolean) Method

Displays a vector image with an optional fade in effect.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public static void ShowImage(
    SvgImage svgImage,
    bool useFadeIn
)

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.

Remarks

Call the SplashScreenManager.HideImage method to show the splash form.

See the Splash Image topic for examples.

See Also