CalendarView.DayItemFontWeight プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カレンダーの日の値を表示するために使用するフォントの太さを取得または設定します。
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"/>
プロパティ値
カレンダーに日の値を表示するために使用されるフォントの太さ。