Calendar for WPF | ComponentOne
C1.WPF.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
    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.WPF.Calendar.CalendarViewModeAnimationMode

    See Also