Share via


CalendarView.FirstOfYearDecadeLabelFontSize 屬性

定義

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

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

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

屬性值

Double

double

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

備註

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

適用於