Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 877 Bytes

calendarview_monthyearitemfontfamily.md

File metadata and controls

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

Microsoft.UI.Xaml.Controls.CalendarView.MonthYearItemFontFamily

-description

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

-xaml-syntax

<CalendarView MonthYearItemFontFamily="fontFamilyValue"/>

-xaml-values

fontFamilyValue
fontFamilyValueA string representation of a FontFamily value, possibly including fallback values or indexes within a font file, or a URI where the font family is packaged. For more information on the syntax, see FontFamily.
## -property-value The font used to display the month and year items in the calendar.

-remarks

-examples

-see-also