CalendarView.DayItemFontStyle 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 style used to display day values in the calendar.
public:
property FontStyle DayItemFontStyle { FontStyle get(); void set(FontStyle value); };
FontStyle DayItemFontStyle();
void DayItemFontStyle(FontStyle value);
public FontStyle DayItemFontStyle { get; set; }
var fontStyle = calendarView.dayItemFontStyle;
calendarView.dayItemFontStyle = fontStyle;
Public Property DayItemFontStyle As FontStyle
<CalendarView DayItemFontStyle="fontStyleMemberName" />
Property Value
The font style used to display day values in the calendar.