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

Namespace:  C1.Phone.Calendar
Assembly:  C1.Phone.Calendar (in C1.Phone.Calendar.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public FontFamily MonthHeaderFontFamily { get; set; }
Visual Basic
Public Property MonthHeaderFontFamily As FontFamily
	Get
	Set
XAML Attribute Usage
<object MonthHeaderFontFamily="FontFamily" .../>

See Also