MAUI | ComponentOne
C1.Maui.Calendar Assembly / C1.Maui.Calendar Namespace / CalendarOrientation Enumeration
In This Topic
    CalendarOrientation Enumeration
    In This Topic
    Specifies constants that define the navigation orientation
    Syntax
    public enum CalendarOrientation : System.Enum 
    Members
    MemberDescription
    HorizontalThe calendar is navigated horizontally.
    VerticalThe calendar is navigated vertically.
    Inheritance Hierarchy

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

    See Also