CalendarView.MonthYearItemFontWeight 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來顯示行事曆中月份和年份專案的字型粗細。
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"/>
屬性值
用來顯示行事曆中月份和年份專案的字型粗細。