Share via


CalendarView.FirstOfMonthLabelFontSize 屬性

定義

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

public:
 property double FirstOfMonthLabelFontSize { double get(); void set(double value); };
double FirstOfMonthLabelFontSize();

void FirstOfMonthLabelFontSize(double value);
public double FirstOfMonthLabelFontSize { get; set; }
var double = calendarView.firstOfMonthLabelFontSize;
calendarView.firstOfMonthLabelFontSize = double;
Public Property FirstOfMonthLabelFontSize As Double
<CalendarView FirstOfMonthLabelFontSize="double"/>

屬性值

Double

double

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

備註

若要讓第一個月標籤可見或無法顯示,請使用 IsGroupLabelVisible 屬性。

適用於