Share via


CalendarView.FirstOfMonthLabelFontWeight 屬性

定義

取得或設定用來在行事曆中顯示第一個月橫幅的字型粗細。

public:
 property FontWeight FirstOfMonthLabelFontWeight { FontWeight get(); void set(FontWeight value); };
FontWeight FirstOfMonthLabelFontWeight();

void FirstOfMonthLabelFontWeight(FontWeight value);
public FontWeight FirstOfMonthLabelFontWeight { get; set; }
var fontWeight = calendarView.firstOfMonthLabelFontWeight;
calendarView.firstOfMonthLabelFontWeight = fontWeight;
Public Property FirstOfMonthLabelFontWeight As FontWeight
<CalendarView FirstOfMonthLabelFontWeight="fontWeightMemberName"/>

屬性值

用來在行事曆中顯示第一個月橫幅的字型粗細。

備註

若要讓月份的第一個標籤可見或不可見,請使用 IsGroupLabelVisible 屬性。

適用於