Gets or sets a Double value determining month header font size. 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 double MonthHeaderFontSize { get; set; }
Visual Basic
Public Property MonthHeaderFontSize As Double
	Get
	Set
XAML Attribute Usage
<object MonthHeaderFontSize="double" .../>

See Also