Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 684 Bytes

calendarview_dayitemfontstyle.md

File metadata and controls

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

Microsoft.UI.Xaml.Controls.CalendarView.DayItemFontStyle

-description

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

-xaml-syntax

<CalendarView DayItemFontStyle="fontStyleMemberName" />

-xaml-values

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

-remarks

-examples

-see-also