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

In This Topic
    TimeLine Property (ScheduleTheme)
    In This Topic
    Gets or sets the C1.Framework.Style object determining the general appearance of the time line view.
    Syntax
    'Declaration
     
    Public Property TimeLine As C1.Framework.Style
    public C1.Framework.Style TimeLine {get; set;}
    See Also