CalendarView.TodayFontWeight 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于在日历中显示当前日期的字体粗细。
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"/>
属性值
用于在日历中显示当前日期的字体粗细。