Skip to main content

TdxTileControlCustomItemOptionsAnimate.AssignedValues Property

Identifies which of tile animation settings are changed.

Declaration

property AssignedValues: TdxTileControlItemOptionsAnimateAssignedValues read; write;

Property Value

Type
TdxTileControlItemOptionsAnimateAssignedValues

Remarks

Once the AnimateText property is changed, the corresponding flag is set within the AssignedValues property. Resetting the flag reverts the property to the default value.

Refer to the OptionsAnimate property description to learn how animation options are applied to tiles in a tile control.

See Also