Partager via


CalendarView.FirstOfMonthLabelMargin Propriété

Définition

Obtient ou définit la quantité d’espace autour de l’étiquette du premier du mois.

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

Valeur de propriété

Quantité d’espace autour de l’étiquette du premier du mois.

S’applique à