CalendarView.DayItemFontWeight 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 weight used to display day values in the calendar.
public:
property FontWeight DayItemFontWeight { FontWeight get(); void set(FontWeight value); };
FontWeight DayItemFontWeight();
void DayItemFontWeight(FontWeight value);
public FontWeight DayItemFontWeight { get; set; }
var fontWeight = calendarView.dayItemFontWeight;
calendarView.dayItemFontWeight = fontWeight;
Public Property DayItemFontWeight As FontWeight
<CalendarView DayItemFontWeight="fontWeightMemberName"/>
Property Value
The font weight used to display day values in the calendar.