Share via


CalendarView.MonthYearItemFontSize 屬性

定義

取得或設定用來顯示行事曆中月份和年份專案的字型大小。

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

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

屬性值

Double

double

用來顯示行事曆中月份和年份專案的字型大小。

適用於