Blazor | ComponentOne
C1.Blazor.Calendar Assembly / C1.Blazor.Calendar Namespace / C1Calendar Class / DayForeground Property

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