Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 749 Bytes

calendarview_monthyearitemfontweight.md

File metadata and controls

31 lines (22 loc) · 749 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.CalendarView.MonthYearItemFontWeight
winrt property

Microsoft.UI.Xaml.Controls.CalendarView.MonthYearItemFontWeight

-description

Gets or sets the font weight used to display the month and year items in the calendar.

-xaml-syntax

<CalendarView MonthYearItemFontWeight="fontWeightMemberName"/>

-xaml-values

fontWeightsPropertyName
fontWeightsPropertyNameA FontWeights member name, such as Light or Normal.
## -property-value The font weight used to display the month and year items in the calendar.

-remarks

-examples

-see-also