Animation Effects
The C1TabControl control includes ten built-in animation options that enable you to customize interaction with the C1TabControl control. By default, no animation occurs, but you can change the animation on a control by setting the Animation property. For task-based help on using animation effects, see Using Animation Effects.
The table below describes each animation effect:
Name |
Description |
None (default) |
No animation is used. |
Auto |
Page slides in from right if the next tab in the succession is selected but slides in from the left if the previous tab in the succession is selected. |
Fade |
Previous page fades out as the next page fades in. |
SlideLeft |
New page slides in from the left side of the control. |
SlideRight |
New page slides in from the right side of the control. |
SlideTop |
New page slides in from the top of the control. |
SlideBottom |
New page slides in from the bottom of the control. |
SlideLeftRight |
Previous page slides out towards the left of the control while the next page slides in from the right of the control. |
SlideRightLeft |
Previous page slides out towards the right of the control while the next page slides in from the left of the control. |
SlideTopBottom |
Previous page slides out towards the top of the control while the next page slides in from the bottom of the control. |
SlideBottomTop |
Previous page slides out towards the bottom of the control while the next page slides in from the top of the control. |
|