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"/>

屬性值

用來顯示行事曆中月份和年份專案的字型粗細。

適用於