CalendarView.FirstOfMonthLabelFontStyle プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
予定表の最初の月のバナーを表示するために使用するフォント スタイルを取得または設定します。
public:
property FontStyle FirstOfMonthLabelFontStyle { FontStyle get(); void set(FontStyle value); };
FontStyle FirstOfMonthLabelFontStyle();
void FirstOfMonthLabelFontStyle(FontStyle value);
public FontStyle FirstOfMonthLabelFontStyle { get; set; }
var fontStyle = calendarView.firstOfMonthLabelFontStyle;
calendarView.firstOfMonthLabelFontStyle = fontStyle;
Public Property FirstOfMonthLabelFontStyle As FontStyle
<CalendarView FirstOfMonthLabelFontStyle="fontStyleMemberName" />
プロパティ値
予定表の最初の月のバナーを表示するために使用されるフォント スタイル。
注釈
月の最初のラベルを表示するかどうかは、 IsGroupLabelVisible プロパティを使用します。