CalendarView.FirstOfMonthLabelFontStyle 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 the first-of-month banner in the calendar.
public:
property FontStyle FirstOfMonthLabelFontStyle { FontStyle get(); void set(FontStyle value); };
FontStyle FirstOfMonthLabelFontStyle();
void FirstOfMonthLabelFontStyle(FontStyle value);
public FontStyle FirstOfMonthLabelFontStyle { get; set; }
var fontStyle = calendarView.firstOfMonthLabelFontStyle;
calendarView.firstOfMonthLabelFontStyle = fontStyle;
Public Property FirstOfMonthLabelFontStyle As FontStyle
<CalendarView FirstOfMonthLabelFontStyle="fontStyleMemberName" />
Property Value
The font style used to display the first-of-month banner in the calendar.
Remarks
To make the first of month label visible or not, use the IsGroupLabelVisible property.