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

適用於