TileItem.StopAnimation() Method
Stops the Tile Frame Animation for the current TileItem.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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