Skip to main content

TileItem.StartAnimation() Method

Starts the frame animation for this TileItem from its first frame.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void StartAnimation()

Remarks

You can freeze tiles frame animation via the TileItem.StopAnimation or TileControl.SuspendAnimation method. Once the animation is stopped, you have two options to resume it when needed. The StartAnimation method re-starts the animation, so it plays from the item’s first frame. The TileControl.ResumeAnimation method forces all tiles to run the frame animation starting from that point (frame) where it was stopped.

Use the TileControl.IsAnimationSuspended property to check whether tiles frame animation is currently paused.

See Also