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

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