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

適用対象