CalendarView.MonthYearItemMargin プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
月または年の項目の外側の領域の量を取得または設定します。
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"/>
プロパティ値
月または年の項目の外側の周りの領域の量。