CalendarView.FirstOfYearDecadeLabelFontStyle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于在日历中显示第一年横幅的字体样式。
public:
property FontStyle FirstOfYearDecadeLabelFontStyle { FontStyle get(); void set(FontStyle value); };
FontStyle FirstOfYearDecadeLabelFontStyle();
void FirstOfYearDecadeLabelFontStyle(FontStyle value);
public FontStyle FirstOfYearDecadeLabelFontStyle { get; set; }
var fontStyle = calendarView.firstOfYearDecadeLabelFontStyle;
calendarView.firstOfYearDecadeLabelFontStyle = fontStyle;
Public Property FirstOfYearDecadeLabelFontStyle As FontStyle
<CalendarView FirstOfYearDecadeLabelFontStyle="fontStyleMemberName" />
属性值
用于在日历中显示第一年横幅的字体样式。
注解
若要使一年的第一个月标签可见或不可见,请使用 IsGroupLabelVisible 属性。