CalendarView.MonthYearItemFontSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.