CalendarView.TodayFontWeight プロパティ

定義

予定表の現在の日付を表示するために使用するフォントの太さを取得または設定します。

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

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

プロパティ値

予定表の現在の日付を表示するために使用されるフォントの太さ。

適用対象