Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / C1MultiMonthCalendar Class / TodayBrush Property

In This Topic
    TodayBrush Property
    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