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

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