Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / CurrentTimeBrush Property

In This Topic
    CurrentTimeBrush Property (C1Scheduler)
    In This Topic
    Gets or sets a System.Windows.Media.Brush object used to color the current time. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property CurrentTimeBrush As Brush
    public Brush CurrentTimeBrush {get; set;}
    See Also