Partager via


CalendarView.FirstOfMonthLabelFontWeight Propriété

Définition

Obtient ou définit le poids de police utilisé pour afficher la bannière du premier mois dans le calendrier.

public:
 property FontWeight FirstOfMonthLabelFontWeight { FontWeight get(); void set(FontWeight value); };
FontWeight FirstOfMonthLabelFontWeight();

void FirstOfMonthLabelFontWeight(FontWeight value);
public FontWeight FirstOfMonthLabelFontWeight { get; set; }
var fontWeight = calendarView.firstOfMonthLabelFontWeight;
calendarView.firstOfMonthLabelFontWeight = fontWeight;
Public Property FirstOfMonthLabelFontWeight As FontWeight
<CalendarView FirstOfMonthLabelFontWeight="fontWeightMemberName"/>

Valeur de propriété

Poids de police utilisé pour afficher la bannière du premier mois dans le calendrier.

Remarques

Pour rendre l’étiquette du premier mois visible ou non, utilisez la propriété IsGroupLabelVisible .

S’applique à