Partager via


CalendarView.FirstOfMonthLabelFontStyle Propriété

Définition

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

public:
 property FontStyle FirstOfMonthLabelFontStyle { FontStyle get(); void set(FontStyle value); };
FontStyle FirstOfMonthLabelFontStyle();

void FirstOfMonthLabelFontStyle(FontStyle value);
public FontStyle FirstOfMonthLabelFontStyle { get; set; }
var fontStyle = calendarView.firstOfMonthLabelFontStyle;
calendarView.firstOfMonthLabelFontStyle = fontStyle;
Public Property FirstOfMonthLabelFontStyle As FontStyle
<CalendarView FirstOfMonthLabelFontStyle="fontStyleMemberName" />

Valeur de propriété

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

Remarques

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

S’applique à