CalendarView.FirstOfMonthLabelFontWeight 属性

定义

获取或设置用于在日历中显示月首横幅的字体粗细。

public:
 property FontWeight FirstOfMonthLabelFontWeight { FontWeight get(); void set(FontWeight value); };
FontWeight FirstOfMonthLabelFontWeight();

void FirstOfMonthLabelFontWeight(FontWeight value);
public FontWeight FirstOfMonthLabelFontWeight { get; set; }
var fontWeight = calendarView.firstOfMonthLabelFontWeight;
calendarView.firstOfMonthLabelFontWeight = fontWeight;
Public Property FirstOfMonthLabelFontWeight As FontWeight
<CalendarView FirstOfMonthLabelFontWeight="fontWeightMemberName"/>

属性值

用于在日历中显示月首横幅的字体粗细。

注解

若要使月份的第一个标签可见或不可见,请使用 IsGroupLabelVisible 属性。

适用于