public enum RotateTransitionType
Value | Member | Description |
---|---|---|
0 | LeftToRight | Rotate from left to right. The old image remains in place. The new image begins appearing from the left. |
1 | RightToLeft | Rotate from right to left. The old image remains in place. The new image begins appearing from the right. |
2 | TopToBottom | Rotate from top to bottom. The old image remains in place. The new image begins appearing from the top. |
3 | BottomToTop | Rotate from bottom to top. The old image remains in place. The new image begins appearing from the bottom. |
The RotateTransition.TransitionType property specifies the type of rotational transition to be used.