Animation effects while switching between months.
Namespace:
C1.Web.UI.Controls.C1CalendarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
public enum NavigationEffect |
Visual Basic |
---|
Public Enumeration NavigationEffect |
Members
Member name | Description | |
---|---|---|
None | No effect. | |
Auto | Default month view switching behavior. | |
Fade | The current month view fades out, then the next month view fades in. | |
SlideLeft | The current month view slides out while the next month view slide in, both from right to left. | |
SlideRight | The current month view slides out while the next month view slide in, both from left to right. | |
SlideTop | The current month view slides out while the next month view slide in, both from bottom to top. | |
SlideBottom | The current month view slides out while the next month view slide in, both from top to bottom. | |
SlideLeftRight | The current month view slides out from the right to left, while the next month view slides in from the left to right. | |
SlideRightLeft | The current month view slides out from the left to right, while the next month view slides in from the right to left. | |
SlideTopBottom | The current month view slides out from the bottom to top, while the next month view slides in from the top to bottom. | |
SlideBottomTop | The current month view slides out from the top to bottom, while the next month view slides in from the bottom to top. |