Back to Devexpress

TileControl.SuspendAnimation() Method

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-2a56cb02.md

latest2.1 KB
Original Source

TileControl.SuspendAnimation() Method

Pauses all TileItems animation effects until resumed.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void SuspendAnimation()
vb
Public Sub 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

ResumeAnimation()

IsAnimationSuspended

Tile Animation

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace