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

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