The PageSwitchEffect type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberAuto
Default page switching behavior.
Public fieldStatic memberFade
The current page fades out, then the next page fades in.
Public fieldStatic memberNone
No effect.
Public fieldStatic memberSlideBottom
The current page slides out while the next page slide in, both from top to bottom.
Public fieldStatic memberSlideBottomTop
The current page slides out from the top to bottom, while the next page slides in from the bottom to top.
Public fieldStatic memberSlideLeft
The current page slides out while the next page slide in, both from right to left.
Public fieldStatic memberSlideLeftRight
The current page slides out from the right to left, while the next page slides in from the left to right.
Public fieldStatic memberSlideRight
The current page slides out while the next page slide in, both from left to right.
Public fieldStatic memberSlideRightLeft
The current page slides out from the left to right, while the next page slides in from the right to left.
Public fieldStatic memberSlideTop
The current page slides out while the next page slide in, both from bottom to top.
Public fieldStatic memberSlideTopBottom
The current page slides out from the bottom to top, while the next page slides in from the top to bottom.

See Also