TileContainer.StartAnimation(BaseTile) Method
Starts the Tile 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 launched. |
Remarks
The StartAnimation method starts the tile animation that was previously suspended by using the TileContainer.StopAnimation method. You can also manually cycle through tile’s animation frames by calling the TileContainer.NextFrame method.
See the Tile Animation topic to learn more about navigation frames.
See Also