MonthCalendarFontHeader Property

Gets or sets the Font which should be used to draw the text in the header.

Definition

Namespace: BeeMobile.MonthCalendar
Assembly: BeeMobile.MonthCalendar.NET48 (in BeeMobile.MonthCalendar.NET48.dll) Version: 4.8.0.2
C#
public virtual Font FontHeader { get; set; }

Property Value

Font

Remarks

The header displays the current year and currently chosen month.

See Also