The DropAnimationType enumeration contains types of animations that are used when the objects are expanded.
If required, combinations of different types of animations can be used. Use the OR logic operator to make a combination.
It is used by the following properties and methods:
Value | Brief description |
0 | None. Animation is not used. |
1 | LeftToRight. Expanding is executed left to right. |
2 | RightToLeft. Expanding is executed right to left. |
4 | TopToBottom. Expanding is executed top to bottom. |
8 | BottomToTop. Expanding is executed bottom to top. |
16 | Center. Expanding is executed from the center. |
262144 | Slide. Effect of sliding object. It is used only in combination with other animation types. |
524288 | Blend. Expanding is executed when transparency is changed. |
See also: