Partager via


CalendarView.TodayFontWeight Propriété

Définition

Obtient ou définit l’épaisseur de police utilisée pour afficher la date actuelle dans le calendrier.

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

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

Valeur de propriété

Poids de police utilisé pour afficher la date actuelle dans le calendrier.

S’applique à