Partager via


CalendarView.TodayBlackoutForeground Propriété

Définition

Obtient ou définit un pinceau qui fournit le premier plan de la date actuelle quand elle ne peut pas être sélectionnée.

public:
 property Brush ^ TodayBlackoutForeground { Brush ^ get(); void set(Brush ^ value); };
Brush TodayBlackoutForeground();

void TodayBlackoutForeground(Brush value);
public Brush TodayBlackoutForeground { get; set; }
var brush = calendarView.todayBlackoutForeground;
calendarView.todayBlackoutForeground = brush;
Public Property TodayBlackoutForeground As Brush
<CalendarView TodayBlackoutForeground="{StaticResource resourceName}"/>
- or -
<CalendarView TodayBlackoutForeground="colorString"/>
- or -
<CalendarView>
  CalendarView.TodayBlackoutForeground>singleBrush</CalendarView.TodayBlackoutForeground>
</CalendarView>

Valeur de propriété

Pinceau qui fournit le premier plan de la date actuelle quand elle ne peut pas être sélectionnée.

S’applique à