Skip to main content

TileContainer.NextFrame(BaseTile) Method

Forces the target tile to display its next animation frame.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void NextFrame(
    BaseTile tile
)

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