Share via


CalendarView.FirstOfYearDecadeLabelFontStyle プロパティ

定義

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

public:
 property FontStyle FirstOfYearDecadeLabelFontStyle { FontStyle get(); void set(FontStyle value); };
FontStyle FirstOfYearDecadeLabelFontStyle();

void FirstOfYearDecadeLabelFontStyle(FontStyle value);
public FontStyle FirstOfYearDecadeLabelFontStyle { get; set; }
var fontStyle = calendarView.firstOfYearDecadeLabelFontStyle;
calendarView.firstOfYearDecadeLabelFontStyle = fontStyle;
Public Property FirstOfYearDecadeLabelFontStyle As FontStyle
<CalendarView FirstOfYearDecadeLabelFontStyle="fontStyleMemberName" />

プロパティ値

カレンダーに初年度のバナーを表示するために使用するフォント スタイル。

注釈

年の最初の月のラベルを表示するかどうかは、 IsGroupLabelVisible プロパティを使用します。

適用対象