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

In This Topic
    CurrentTime Property (ScheduleTheme)
    In This Topic
    Gets or sets the C1.Framework.Style object determining the appearance of the current time label on the time ruler.
    Syntax
    'Declaration
     
    Public Property CurrentTime As C1.Framework.Style
    public C1.Framework.Style CurrentTime {get; set;}
    See Also