Share via


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

屬性值

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

適用於