Поделиться через


CalendarView.MonthYearItemFontStyle Свойство

Определение

Возвращает или задает стиль шрифта, используемый для отображения элементов месяца и года в календаре.

public:
 property FontStyle MonthYearItemFontStyle { FontStyle get(); void set(FontStyle value); };
FontStyle MonthYearItemFontStyle();

void MonthYearItemFontStyle(FontStyle value);
public FontStyle MonthYearItemFontStyle { get; set; }
var fontStyle = calendarView.monthYearItemFontStyle;
calendarView.monthYearItemFontStyle = fontStyle;
Public Property MonthYearItemFontStyle As FontStyle
<CalendarView MonthYearItemFontStyle="fontStyleMemberName" />

Значение свойства

Стиль шрифта, используемый для отображения элементов месяца и года в календаре.

Применяется к