CalendarView.MonthYearItemMargin Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la quantité d’espace autour de l’extérieur d’un élément de mois ou d’année.
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"/>
Valeur de propriété
Quantité d’espace autour de l’extérieur d’un élément de mois ou d’année.