CalendarView.FirstOfMonthLabelFontWeight プロパティ

定義

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

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

適用対象