SelectedDayBrush Property
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 SelectedDayBrush As Brush
public Brush SelectedDayBrush {get; set;}
See Also