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

In This Topic
    TodayForeground Property
    In This Topic
    Gets or sets the color for the text of the today day slot.
    Syntax
    'Declaration
     
    
    Public Property TodayForeground As C1Color
    public C1Color TodayForeground {get; set;}
    See Also