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

屬性值

用來在行事曆中顯示目前日期的字型粗細。

適用於