Back to Devexpress

TileItem.StopAnimation() Method

windowsforms-devexpress-dot-xtraeditors-dot-tileitem-dfab4755.md

latest2.2 KB
Original Source

TileItem.StopAnimation() Method

Stops the Tile Frame Animation for the current TileItem.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void StopAnimation()
vb
Public Sub StopAnimation

Remarks

The StopAnimation method freezes the Frame Animation for the current TileItem. You can perform the same for all TileItems within a TileControl via the TileControl.SuspendAnimation method. Use the TileItem.StartAnimation method to resume the animation for an individual Tile Item or the TileControl.ResumeAnimation method for the entire Tile Control. See the Tile Animation topic to learn more.

See Also

SuspendAnimation()

StartAnimation()

ResumeAnimation()

Tile Animation

TileItem Class

TileItem Members

DevExpress.XtraEditors Namespace