Share via


CalendarView.FirstOfYearDecadeLabelFontStyle 屬性

定義

取得或設定用來在行事曆中顯示第一年橫幅的字型樣式。

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

適用於