TdxTileControlItem.AnimationMode Property
Specifies the animation transition effect for tile frames.
#Declaration
property AnimationMode: TdxDrawAnimationMode read; write; default dxTileControlDefaultAnimationMode;
#Property Value
Type | Default |
---|---|
Tdx |
dx |
#Remarks
Options include:
Value | Description |
---|---|
am |
Scrolling right to left. |
am |
Scrolling bottom to top. |
am |
Scrolling left to right. |
am |
Scrolling top to bottom. |
am |
Standard fade-in (fade for short). |
am |
Segmented fade. |
am |
Random segmented fade. |
am |
The combination of scrolling left and fade-in effects. |
am |
The combination of scrolling up and fade-in effects. |
am |
The combination of scrolling right and fade-in effects. |
am |
The 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.