Share via


CalendarView.FirstOfMonthLabelFontStyle プロパティ

定義

予定表の最初の月のバナーを表示するために使用するフォント スタイルを取得または設定します。

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 プロパティを使用します。

適用対象