public enum SlideTransitionType
Value | Member | Description |
---|---|---|
0 | LeftToRight | Slide from left to right. The old image remains in place. The new image slides in from the right. |
1 | RightToLeft | Slide from right to left. The old image remains in place. The new image slides in from the left. |
2 | TopToBottom | Slide from top to bottom. The old image remains in place. The new image slides in from the bottom. |
3 | BottomToTop | Slide from bottom to top. The old image remains in place. The new image slides in from the to[. |
The SlideTransition.TransitionType property specifies the type of slide transition to be used.