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

属性值

用于在日历中显示当前日期的字体粗细。

适用于