C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarOrientation Enumeration


CalendarOrientation Enumeration
Specifies constants that define the navigation orientation
Syntax
'Declaration
 
Public Enum CalendarOrientation 
   Inherits System.Enum
 
'Usage
 
Dim instance As CalendarOrientation
Members
MemberDescription
Horizontal The calendar is navigated horizontally.
Vertical The calendar is navigated vertically.
Inheritance Hierarchy

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

See Also