CalendarView.FirstOfMonthLabelFontStyle 属性

定义

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

public:
 property FontStyle FirstOfMonthLabelFontStyle { FontStyle get(); void set(FontStyle value); };
FontStyle FirstOfMonthLabelFontStyle();

void FirstOfMonthLabelFontStyle(FontStyle value);
public FontStyle FirstOfMonthLabelFontStyle { get; set; }
var fontStyle = calendarView.firstOfMonthLabelFontStyle;
calendarView.firstOfMonthLabelFontStyle = fontStyle;
Public Property FirstOfMonthLabelFontStyle As FontStyle
<CalendarView FirstOfMonthLabelFontStyle="fontStyleMemberName" />

属性值

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

注解

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

适用于