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