MonthHeaderForeground Property
In This Topic
Gets or sets a
System.Windows.Media.Brush object used to color month header text. This is a dependency property.
Syntax
'Declaration
Public Property MonthHeaderForeground As Brush
public Brush MonthHeaderForeground {get; set;}
See Also