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

In This Topic
    DayForeground Property (C1MultiMonthCalendar)
    In This Topic
    Gets or sets the color of the text displayed in the day slots.
    Syntax
    'Declaration
     
    
    Public Property DayForeground As Brush
    public Brush DayForeground {get; set;}
    See Also