Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDropDownCalendar Class / TodayForeground Property


In This Topic
    TodayForeground Property
    In This Topic
    Gets or sets a brush that describes the foreground of today button. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property TodayForeground As Brush
    'Usage
     
    Dim instance As GcDropDownCalendar
    Dim value As Brush
     
    instance.TodayForeground = value
     
    value = instance.TodayForeground
    public Brush TodayForeground {get; set;}

    Property Value

    The brush that is used to fill the today button's foreground.
    See Also