The PageSwitchEffect type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| Auto |
Default page switching behavior.
| |
| Fade |
The current page fades out, then the next page fades in.
| |
| None |
No effect.
| |
| SlideBottom |
The current page slides out while the next page slide in, both from top to bottom.
| |
| SlideBottomTop |
The current page slides out from the top to bottom, while the next page slides in from the bottom to top.
| |
| SlideLeft |
The current page slides out while the next page slide in, both from right to left.
| |
| SlideLeftRight |
The current page slides out from the right to left, while the next page slides in from the left to right.
| |
| SlideRight |
The current page slides out while the next page slide in, both from left to right.
| |
| SlideRightLeft |
The current page slides out from the left to right, while the next page slides in from the right to left.
| |
| SlideTop |
The current page slides out while the next page slide in, both from bottom to top.
| |
| SlideTopBottom |
The current page slides out from the bottom to top, while the next page slides in from the top to bottom.
|