CalendarView.FirstOfMonthLabelMargin 属性

定义

获取或设置月第一个标签周围的空间量。

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

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

属性值

第一个月标签周围的空间量。

适用于