Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / C1MultiMonthCalendar Class / SelectionForeground Property

In This Topic
    SelectionForeground Property (C1MultiMonthCalendar)
    In This Topic
    Gets or sets a System.Windows.Media.Brush object used to highlight selected dates. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property SelectionForeground As Brush
    public Brush SelectionForeground {get; set;}
    See Also