Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 863 Bytes

calendarview_horizontalfirstofmonthlabelalignment.md

File metadata and controls

33 lines (22 loc) · 863 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.CalendarView.HorizontalFirstOfMonthLabelAlignment
winrt property

Microsoft.UI.Xaml.Controls.CalendarView.HorizontalFirstOfMonthLabelAlignment

-description

Gets or sets the horizontal alignment of the first-of-month banner text.

-xaml-syntax

      <CalendarView HorizontalFirstOfMonthLabelAlignment="horizontalAlignmentMemberName" />
    

-xaml-values

horizontalAlignmentMemberName
horizontalAlignmentMemberName A HorizontalAlignment named constant, such as Left or Center.
## -property-value An enumeration value that indicates the horizontal alignment of the first-of-month banner text.

-remarks

-examples

-see-also