Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 736 Bytes

calendarview_monthyearitemfontstyle.md

File metadata and controls

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

Microsoft.UI.Xaml.Controls.CalendarView.MonthYearItemFontStyle

-description

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

-xaml-syntax

<CalendarView MonthYearItemFontStyle="fontStyleMemberName" />

-xaml-values

fontStyleMemberName
fontStyleMemberNameA FontStyle named constant, such as Normal or Italic.
## -property-value The font style used to display the month and year items in the calendar.

-remarks

-examples

-see-also