TdxTileControlItemOptionsAnimate Class
In This Article
Stores tile animation settings.
#Declaration
Delphi
TdxTileControlItemOptionsAnimate = class(
TdxTileControlCustomItemOptionsAnimate
)
#Remarks
This class does not introduce any new functionality; it only publishes the AssignedValues property allowing you to reset the tile item’s animation settings.
The tile item’s OptionsAnimate property references a TdxTileControlItemOptionsAnimate object.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxTileControlCustomItemOptionsAnimate
TdxTileControlItemOptionsAnimate
See Also