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

適用対象