Partager via


CalendarView.DayItemFontWeight Propriété

Définition

Obtient ou définit la pondération de police utilisée pour afficher les valeurs de jour dans le calendrier.

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

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

Valeur de propriété

Poids de police utilisé pour afficher les valeurs de jour dans le calendrier.

S’applique à