Skip to main content

TileContainer.StopAnimation(BaseTile) Method

Stops the running frame animation for the target tile.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void StopAnimation(
    BaseTile tile
)

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