Note

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

Access to this page requires authorization. You can try .

CalendarView.DayItemFontFamily 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 used to display day values in the calendar.

FontFamily DayItemFontFamily();

void DayItemFontFamily(FontFamily value);
public FontFamily DayItemFontFamily { get; set; }
var fontFamily = calendarView.dayItemFontFamily;
calendarView.dayItemFontFamily = fontFamily;
Public Property DayItemFontFamily As FontFamily
<CalendarView DayItemFontFamily="fontFamilyValue"/>

Property Value

The font used to display day values in the calendar.

Applies to


Feedback

Was this page helpful?