Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CalendarView.FirstOfMonthLabelFontSize Property
Definition
- Namespace:
- Microsoft.UI.Xaml.Controls
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-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
Feedback
Was this page helpful?
