The NavigationEffect type exposes the following members.

Methods

  Name Description
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToLocaleString (Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  Name Description
Public field Static member Auto
Default month view switching behavior.
Public field Static member ExpandOut
Expands the month view out.
Public field Static member Fade
The current month view fades out, then the next month view fades in.
Public field Static member None
No effect.
Public field Static member ShrinkIn
Shrinks the current month view.
Public field Static member SlideBottom
The current month view slides out while the next month view slide in, both from top to bottom.
Public field Static member SlideBottomTop
The current month view slides out from the top to bottom, while the next month view slides in from the bottom to top.
Public field Static member SlideLeft
The current month view slides out while the next month view slide in, both from right to left.
Public field Static member SlideLeftRight
The current month view slides out from the right to left, while the next month view slides in from the left to right.
Public field Static member SlideRight
The current month view slides out while the next month view slide in, both from left to right.
Public field Static member SlideRightLeft
The current month view slides out from the left to right, while the next month view slides in from the right to left.
Public field Static member SlideTop
The current month view slides out while the next month view slide in, both from bottom to top.
Public field Static member SlideTopBottom
The current month view slides out from the bottom to top, while the next month view slides in from the top to bottom.
Public field value__

See Also