CalendarView.MonthYearItemFontSize Property

Definition

Gets or sets the font size used to display the month and year items in the calendar.

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"/>

Property Value

Double

double

The font size used to display the month and year items in the calendar.

Applies to