Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public static void ShowImage(
    Image image
)

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 Also