Share via


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 屬性。

適用於