Blazor | ComponentOne
C1.Blazor.Calendar Assembly / C1.Blazor.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 C1Color
    public C1Color DayOfWeekForeground {get; set;}
    See Also