TdxCustomTileControl.OptionsItemAnimate Property
Specifies animation settings that are common to all tiles.
Declaration
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 tile control’s OptionsItemAnimate option set;
The OptionsAnimate option set for the corresponding tile item and its tile frames.
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.