Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / C1Calendar Class / DayOfWeekForeground Property

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