ImageSlider.StartImageAnimation() Method
Starts animation of the image currently displayed.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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