Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 877 Bytes

calendarview_firstofmonthlabelfontstyle.md

File metadata and controls

33 lines (23 loc) · 877 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.CalendarView.FirstOfMonthLabelFontStyle
winrt property

Windows.UI.Xaml.Controls.CalendarView.FirstOfMonthLabelFontStyle

-description

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

-xaml-syntax

<CalendarView FirstOfMonthLabelFontStyle="fontStyleMemberName" />

-xaml-values

fontStyleMemberName
fontStyleMemberNameA FontStyle named constant, such as Normal or Italic.
## -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.

-examples

-see-also