Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Calendar Class / TodayBrush Property

In This Topic
    TodayBrush Property (C1Calendar)
    In This Topic
    Gets or sets a System.Windows.Media.Brush object used to highlight current date. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property TodayBrush As Brush
    public Brush TodayBrush {get; set;}
    See Also