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