言語

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"/>

プロパティ値

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

適用対象