TileContainer.NextFrame(BaseTile) Method
Forces the target tile to display its next animation frame.
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 that should display the next frame. |
Remarks
Normally, all tiles automatically cycle through their animation frames. However, if the tile animation is currently suspended (for instance, if the TileContainer.StopAnimation method was called), use the NextFrame method to explicitly show the following animation frame.
See the Tile Animation topic to learn how to build tile animation using animation frames.
See Also