CalendarView.MonthYearItemFontFamily Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the font used to display the month and year items in the calendar.
FontFamily MonthYearItemFontFamily();
void MonthYearItemFontFamily(FontFamily value);
public FontFamily MonthYearItemFontFamily { get; set; }
var fontFamily = calendarView.monthYearItemFontFamily;
calendarView.monthYearItemFontFamily = fontFamily;
Public Property MonthYearItemFontFamily As FontFamily
<CalendarView MonthYearItemFontFamily="fontFamilyValue"/>
Property Value
The font used to display the month and year items in the calendar.