Note

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

Access to this page requires authorization. You can try .

CalendarView.DayItemFontSize 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 day values in the calendar.

public:
 property double DayItemFontSize { double get(); void set(double value); };
double DayItemFontSize();

void DayItemFontSize(double value);
public double DayItemFontSize { get; set; }
var double = calendarView.dayItemFontSize;
calendarView.dayItemFontSize = double;
Public Property DayItemFontSize As Double
<CalendarView DayItemFontSize="double"/>

Property Value

Double

double

The font size used to display day values in the calendar.

Applies to


Feedback

Was this page helpful?