public enum PushTransitionType
Value | Member | Description |
---|---|---|
0 | LeftToRight | Push left to right. The new image pushes out the old image, moving from left to right. |
1 | RightToLeft | Push right to left. The new image pushes out the old image, moving from right to left. |
2 | TopToBottom | Push top to bottom. The new image pushes out the old image, moving from top to bottom. |
3 | BottomToTop | Push bottom to top. The new image pushes out the old image, moving from bottom to top. |
The PushTransition.TransitionType property specifies the type of push transition to be used.