CalendarView.IsTodayHighlighted 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 une valeur qui indique si la date actuelle est mise en surbrillance.
public:
property bool IsTodayHighlighted { bool get(); void set(bool value); };
bool IsTodayHighlighted();
void IsTodayHighlighted(bool value);
public bool IsTodayHighlighted { get; set; }
var boolean = calendarView.isTodayHighlighted;
calendarView.isTodayHighlighted = boolean;
Public Property IsTodayHighlighted As Boolean
<CalendarView IsTodayHighlighted="bool" .../>
Valeur de propriété
Boolean
bool
true si la date actuelle est mise en surbrillance ; sinon, false. La valeur par défaut est true.