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