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

プロパティ値

カレンダーの月と年のアイテムを表示するために使用するフォント スタイル。

適用対象