Back to Devexpress

TdxTileControlItem.AnimationMode Property

vcl-dxcustomtilecontrol-dot-tdxtilecontrolitem-60bb14ab.md

latest2.7 KB
Original Source

TdxTileControlItem.AnimationMode Property

Specifies the animation transition effect for tile frames.

Declaration

delphi
property AnimationMode: TdxDrawAnimationMode read; write; default dxTileControlDefaultAnimationMode;

Property Value

TypeDefault
TdxDrawAnimationModedxTileControlDefaultAnimationMode

Remarks

Options include:

ValueDescription
amScrollLeftScrolling right to left.
amScrollUpScrolling bottom to top.
amScrollRightScrolling left to right.
amScrollDownScrolling top to bottom.
amFadeStandard fade-in (fade for short).
amSegmentedFadeSegmented fade.
amRandomSegmentedFadeRandom segmented fade.
amScrollLeftFadeThe combination of scrolling left and fade-in effects.
amScrollUpFadeThe combination of scrolling up and fade-in effects.
amScrollRightFadeThe combination of scrolling right and fade-in effects.
amScrollDownFadeThe combination of scrolling down and fade-in effects.

You can customize the manner in which tile elements are animated via a tile control’s OptionsItemAnimate property and the OptionsAnimate property of individual tile items and their tile frames.

The default value of the AnimationMode property is amScrollUp.

See Also

TdxTileControlController.StartItemContentAnimation

TdxTileControlController.StopItemContentAnimation

TdxTileControlItem.ActiveFrame

TdxTileControlItem.ActiveFrameIndex

TdxTileControlItem.AnimationInterval

TdxTileControlItem.OnActiveFrameChanged

TdxTileControlItem.OnFrameDestroy

TdxTileControlItem.OnFrameInitialize

TdxTileControlItem Class

TdxTileControlItem Members

dxCustomTileControl Unit