Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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.

Applies to


Feedback

Was this page helpful?