Skip to main content

TileControl.SuspendAnimation() Method

Pauses all TileItems animation effects until resumed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void SuspendAnimation()

Remarks

The TileControl supports items frame animation. You can temporarily pause items animation invoking the SuspendAnimation method that freezes currently displayed TileItemFrames until the TileControl.ResumeAnimation or TileItem.StartAnimation method is invoked. The SuspendAnimation method stops not only item content animation, but all animation in general, such as items hover or items selection animation.

To get if animation is currently running or paused, use the TileControl.IsAnimationSuspended property.

See Also