Gets or sets a FontFamily object used to to display month header text. This is a dependency property.

Namespace:  C1.Xaml.Calendar
Assembly:  C1.Xaml.Calendar (in C1.Xaml.Calendar.dll)

Syntax

C#
public FontFamily MonthHeaderFontFamily { get; set; }
Visual Basic
Public Property MonthHeaderFontFamily As FontFamily
	Get
	Set

See Also