ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / C1Calendar Class / MonthHeaderForeground Property

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