Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 840 Bytes

calendarview_verticalfirstofmonthlabelalignment.md

File metadata and controls

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

Microsoft.UI.Xaml.Controls.CalendarView.VerticalFirstOfMonthLabelAlignment

-description

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

-xaml-syntax

      <CalendarView VerticalFirstOfMonthLabelAlignment="verticalAlignmentMemberName" />
    

-xaml-values

verticalAlignmentMemberName
verticalAlignmentMemberName A VerticalAlignment named constant, such as Top or Center.
## -property-value An enumeration value that indicates the vertical alignment of the first-of-month banner text.

-remarks

-examples

-see-also