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

In This Topic
    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