CalendarView.FirstOfYearDecadeLabelFontWeight 属性

定义

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

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

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

属性值

用于在日历中显示第一年横幅的字体粗细。

注解

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

适用于