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

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

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

See Also