Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Calendar Assembly / C1.Xamarin.Forms.Calendar Namespace / CalendarViewModeAnimationMode Enumeration


In This Topic
    CalendarViewModeAnimationMode Enumeration
    In This Topic
    Represent the different kinds of animations when changing C1Calendar.ViewMode.
    Syntax
    'Declaration
     
    
    Public Enum CalendarViewModeAnimationMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CalendarViewModeAnimationMode
    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 zom in the new one.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xamarin.Forms.Calendar.CalendarViewModeAnimationMode

    See Also