CalendarView.FirstOfYearDecadeLabelFontSize 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 size used to display the first-of-year banner in the calendar.
public:
property double FirstOfYearDecadeLabelFontSize { double get(); void set(double value); };
double FirstOfYearDecadeLabelFontSize();
void FirstOfYearDecadeLabelFontSize(double value);
public double FirstOfYearDecadeLabelFontSize { get; set; }
var double = calendarView.firstOfYearDecadeLabelFontSize;
calendarView.firstOfYearDecadeLabelFontSize = double;
Public Property FirstOfYearDecadeLabelFontSize As Double
<CalendarView FirstOfYearDecadeLabelFontSize="double"/>
Property Value
Double
double
The font size 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.