C1.Maui.Calendar Assembly / C1.Maui.Calendar Namespace / CalendarViewModeAnimationMode Enumeration
CalendarViewModeAnimationMode Enumeration
Represent the different kinds of animations when changing C1Calendar.ViewMode.
Syntax
public enum CalendarViewModeAnimationMode : System.Enum 
Members
MemberDescription
ZoomThe animation will bring the view backwards or forward depending on which view is being set.
ZoomOutInThe animation will zoom out the current view and zoom in the new one.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Maui.Calendar.CalendarViewModeAnimationMode

See Also