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

In This Topic
    MonthHeaderBackground Property (C1Calendar)
    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