CalendarView.MonthYearItemFontWeight プロパティ

定義

カレンダーの月と年の項目を表示するために使用するフォントの太さを取得または設定します。

public:
 property FontWeight MonthYearItemFontWeight { FontWeight get(); void set(FontWeight value); };
FontWeight MonthYearItemFontWeight();

void MonthYearItemFontWeight(FontWeight value);
public FontWeight MonthYearItemFontWeight { get; set; }
var fontWeight = calendarView.monthYearItemFontWeight;
calendarView.monthYearItemFontWeight = fontWeight;
Public Property MonthYearItemFontWeight As FontWeight
<CalendarView MonthYearItemFontWeight="fontWeightMemberName"/>

プロパティ値

カレンダーの月と年の項目を表示するために使用されるフォントの太さ。

適用対象