Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Calendar Assembly / C1.Xamarin.Forms.Calendar Namespace / C1Calendar Class / Orientation Property


In This Topic
    Orientation Property
    In This Topic
    Gets or sets a value indicating which orientation the calendar navigates.
    Syntax
    'Declaration
     
    
    Public Property Orientation As CalendarOrientation
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As CalendarOrientation
     
    instance.Orientation = value
     
    value = instance.Orientation
    public CalendarOrientation Orientation {get; set;}
    See Also