CalendarView.MonthYearItemFontStyle プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カレンダーの月と年のアイテムを表示するために使用するフォント スタイルを取得または設定します。
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" />
プロパティ値
カレンダーの月と年のアイテムを表示するために使用するフォント スタイル。