Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 721 Bytes

calendarview_firstofyeardecadelabelmargin.md

File metadata and controls

38 lines (23 loc) · 721 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.CalendarView.FirstOfYearDecadeLabelMargin
winrt property

Windows.UI.Xaml.Controls.CalendarView.FirstOfYearDecadeLabelMargin

-description

Gets or sets the amount of space around the first-of-year/decade label.

-xaml-syntax

<CalendarView FirstOfYearDecadeLabelMargin="uniform"/>
- or -
<CalendarView FirstOfYearDecadeLabelMargin="left+right,top+bottom"/>
- or -
<CalendarView FirstOfYearDecadeLabelMargin="left,top,right,bottom"/>
 

-property-value

The amount of space around the first-of-year/decade label.

-remarks

-see-also

-examples