Back to Devexpress

TdxCustomTileControl.OptionsItemAnimate Property

vcl-dxcustomtilecontrol-dot-tdxcustomtilecontrol-f936c11b.md

latest1.7 KB
Original Source

TdxCustomTileControl.OptionsItemAnimate Property

Specifies animation settings that are common to all tiles.

Declaration

delphi
property OptionsItemAnimate: TdxTileControlCustomItemOptionsAnimate read; write;

Property Value

Type
TdxTileControlCustomItemOptionsAnimate

Remarks

To learn about these settings, refer to the TdxTileControlCustomItemOptionsAnimate class description.

Animation settings are applied to tiles based on the following option sets:

The animation settings specified via the tile control’s OptionsItemAnimate option set are applied to a tile item unless the corresponding flags are set in the tile item’s OptionsAnimate.AssignedValues property. Then, a tile item’s animation settings are applied to frames of this tile item unless the corresponding flags are set in a tile frame’s OptionsAnimate.AssignedValues property.

See Also

TdxCustomTileControl Class

TdxCustomTileControl Members

dxCustomTileControl Unit