CalendarView.BlackoutForeground 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 un pinceau qui fournit le premier plan d’une date qui ne peut pas être sélectionnée.
public:
property Brush ^ BlackoutForeground { Brush ^ get(); void set(Brush ^ value); };
Brush BlackoutForeground();
void BlackoutForeground(Brush value);
public Brush BlackoutForeground { get; set; }
var brush = calendarView.blackoutForeground;
calendarView.blackoutForeground = brush;
Public Property BlackoutForeground As Brush
<CalendarView BlackoutForeground="{StaticResource resourceName}"/>
- or -
<CalendarView BlackoutForeground="colorString"/>
- or -
<CalendarView>
CalendarView.BlackoutForeground>singleBrush</CalendarView.BlackoutForeground>
</CalendarView>
Valeur de propriété
Pinceau qui fournit le premier plan d’une date qui ne peut pas être sélectionnée.
Remarques
Pour marquer une date comme non sélectionnable, définissez la propriété CalendarViewDayItem.IsBlackout sur true
. Pour plus d’informations, consultez Mise à jour des éléments du jour du calendrier.