CalendarView.FirstOfYearDecadeLabelMargin Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the amount of space around the first-of-year/decade label.
public:
property Thickness FirstOfYearDecadeLabelMargin { Thickness get(); void set(Thickness value); };
Thickness FirstOfYearDecadeLabelMargin();
void FirstOfYearDecadeLabelMargin(Thickness value);
public Thickness FirstOfYearDecadeLabelMargin { get; set; }
var thickness = calendarView.firstOfYearDecadeLabelMargin;
calendarView.firstOfYearDecadeLabelMargin = thickness;
Public Property FirstOfYearDecadeLabelMargin As Thickness
<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.
Windows requirements
Device family |
Windows 11 (introduced in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v14.0)
|