言語

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 プロパティを使用します。

適用対象