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"/>
 

屬性值

每月第一個標籤周圍的空間量。

Windows 需求

裝置系列
Windows 11 (已於 10.0.22000.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v14.0 引進)

適用於