Skip to main content

ImageSlider.StartImageAnimation() Method

Starts animation of the image currently displayed.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void StartImageAnimation()

Remarks

If an animated image is contained in the ImageSlider.Images collection, the image animation automatically starts when this image is shown in the ImageSlider. You can call the ImageSlider.StopImageAnimation and StartImageAnimation methods to forcibly stop and start the image animation.

See Also