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

適用対象