CalendarView.FirstOfMonthLabelFontSize Property

Definition

Gets or sets the font size used to display the first-of-month banner in the calendar.

public:
 property double FirstOfMonthLabelFontSize { double get(); void set(double value); };
double FirstOfMonthLabelFontSize();

void FirstOfMonthLabelFontSize(double value);
public double FirstOfMonthLabelFontSize { get; set; }
var double = calendarView.firstOfMonthLabelFontSize;
calendarView.firstOfMonthLabelFontSize = double;
Public Property FirstOfMonthLabelFontSize As Double
<CalendarView FirstOfMonthLabelFontSize="double"/>

Property Value

Double

double

The font size 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.

Applies to