Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / TimeLineStyle Property

In This Topic
    TimeLineStyle Property (C1Scheduler)
    In This Topic
    Gets or sets a System.Windows.Style object that defines a UI representation of the C1Scheduler control in a Time Line mode. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property TimeLineStyle As Style
    public Style TimeLineStyle {get; set;}
    See Also