Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule.UI Namespace / ScheduleTheme Class / FreeHour Property

In This Topic
    FreeHour Property (ScheduleTheme)
    In This Topic
    Gets or sets the C1.Framework.Style object determining the appearance of free hours in the day view.
    Syntax
    'Declaration
     
    Public Property FreeHour As C1.Framework.Style
    public C1.Framework.Style FreeHour {get; set;}
    See Also