Skip to main content

ImageSlider.StopImageAnimation() Method

Stops animation of the image currently displayed.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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