Поделиться через


CalendarView.MonthYearItemMargin Свойство

Определение

Возвращает или задает объем пространства за пределами элемента месяца или года.

public:
 property Thickness MonthYearItemMargin { Thickness get(); void set(Thickness value); };
Thickness MonthYearItemMargin();

void MonthYearItemMargin(Thickness value);
public Thickness MonthYearItemMargin { get; set; }
var thickness = calendarView.monthYearItemMargin;
calendarView.monthYearItemMargin = thickness;
Public Property MonthYearItemMargin As Thickness
<CalendarView MonthYearItemMargin="uniform"/>
- or -
<CalendarView MonthYearItemMargin="left+right,top+bottom"/>
- or -
<CalendarView MonthYearItemMargin="left,top,right,bottom"/>
 

Значение свойства

Объем пространства вокруг элемента за пределами элемента месяца или года.

Требования к Windows

Семейство устройств
Windows 11 (появилось в 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (появилось в v14.0)

Применяется к