CalendarView.DayItemMargin プロパティ

定義

1 日のアイテムの外側の領域を取得または設定します。

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

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

プロパティ値

1 日のアイテムの外側の周りの領域の量。

Windows の要件

デバイス ファミリ
Windows 11 (10.0.22000.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v14.0 で導入)

適用対象