Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Calendar Class / MonthHeaderBackground Property

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