Skip to main content
A newer version of this page is available. .

TileItem.StopAnimation() Method

Stops the Tile Frame Animation for the current TileItem.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public void 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