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