CalendarView.DayItemFontStyle 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 le style de police utilisé pour afficher les valeurs de jour dans le calendrier.
public:
property FontStyle DayItemFontStyle { FontStyle get(); void set(FontStyle value); };
FontStyle DayItemFontStyle();
void DayItemFontStyle(FontStyle value);
public FontStyle DayItemFontStyle { get; set; }
var fontStyle = calendarView.dayItemFontStyle;
calendarView.dayItemFontStyle = fontStyle;
Public Property DayItemFontStyle As FontStyle
<CalendarView DayItemFontStyle="fontStyleMemberName" />
Valeur de propriété
Style de police utilisé pour afficher les valeurs de jour dans le calendrier.