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

ImageSlider.StopImageAnimation() Method

Stops animation of the image currently displayed.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public void StopImageAnimation()

Remarks

Call the StopImageAnimation method to stop animation of the image currently displayed. To start the image animation, call the ImageSlider.StartImageAnimation method.

See Also