Skip to main content
A newer version of this page is available. .

ITileContainerDefaultProperties.ItemContentAnimation Property

Gets or sets the frame animation effect applied to all Tiles within the current TileContainer.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

TileItemContentAnimationType? ItemContentAnimation { get; set; }

Property Value

Type Description
Nullable<DevExpress.XtraEditors.TileItemContentAnimationType>

A TileItemContentAnimationType enumerator value specifying the frame animation effect applied to all Tiles within the current TileContainer.

Remarks

Tiles support the frame animation feature. Tiles animation is a repeated sequence of TileItemFrame objects. Each of them contains its own TileItemFrame.Elements collection that is used to build content for a specific frame. By default, frames are changed with a bottom-to-top animation effect. Use the TileItemFrame.Animation property to specify which animation effect should be used to display a ITileContainerDefaultProperties. Use the ItemContentAnimation properties to set an animation effect common to Tiles within a TileContainer.

The figure below illustrates a Random Segmented Fade animation effect, applied to the Tile.

TileControl - RandomSegmentedFade

See the Tile Animation topic to learn more.

See Also