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

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