CalendarView.MonthYearItemFontWeight Свойство

Определение

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

public:
 property FontWeight MonthYearItemFontWeight { FontWeight get(); void set(FontWeight value); };
FontWeight MonthYearItemFontWeight();

void MonthYearItemFontWeight(FontWeight value);
public FontWeight MonthYearItemFontWeight { get; set; }
var fontWeight = calendarView.monthYearItemFontWeight;
calendarView.monthYearItemFontWeight = fontWeight;
Public Property MonthYearItemFontWeight As FontWeight
<CalendarView MonthYearItemFontWeight="fontWeightMemberName"/>

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

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

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