TileContainer.StopAnimation(BaseTile) Method
Stops the running frame animation for the target tile.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
tile | BaseTile | A Tile whose animation is stopped. |
Remarks
The StopAnimation method suspends the tile frame animation that can be later re-started by calling the Document.StartAnimation method.
See Tile Animation to learn more about frame animation.
See Also