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

カレンダーの月と年の項目を表示するために使用されるフォント サイズ。

適用対象