Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 825 Bytes

calendarview_dayitemfontfamily.md

File metadata and controls

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

Microsoft.UI.Xaml.Controls.CalendarView.DayItemFontFamily

-description

Gets or sets the font used to display day values in the calendar.

-xaml-syntax

<CalendarView DayItemFontFamily="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 day values in the calendar.

-remarks

-examples

-see-also