CalendarView.DayItemFontWeight プロパティ

定義

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

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

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

プロパティ値

カレンダーに日の値を表示するために使用されるフォントの太さ。

適用対象