Skip to main content

TdxTileControlCustomItem.OptionsAnimate Property

Specifies the tile’s animation settings.

Declaration

property OptionsAnimate: TdxTileControlItemOptionsAnimate read; write;

Property Value

Type
TdxTileControlItemOptionsAnimate

Remarks

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

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

  • A tile control’s OptionsItemAnimate option set;

  • The OptionsAnimate option set for the corresponding tile item and its tile frames. Modifying any animation setting within OptionsAnimate sets the corresponding flag within the OptionsAnimate.AssignedValues property.

The animation settings specified via a 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