| Visual Basic (Declaration) | |
|---|---|
Public Property AnimationEffect As enumAnimationEffect | |
| C# | |
|---|---|
public enumAnimationEffect AnimationEffect {get; set;} | |
Property Value
enumAnimationEffectHorizontal: Previous month comes in from the left, and next month comes in from the right.
Vertical: Previous month comes down from above, and next month comes up from below.
Zoom: Previous month will appear in the background while the old month zooms into the background, and next month will zoom out from the background to the foreground (covering old month).
Fade: When navigating between months, the old month will fade away reveaking the new month to display. The animation is the same when navigating to the previous or next month.
This property is only available when the CalendarDimension is set to show only 1 calendar.