Share via


CalendarView.TodayForeground Propriété

Définition

Obtient ou définit un pinceau qui fournit le premier plan de l’élément de calendrier pour la date actuelle.

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

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

Valeur de propriété

Pinceau qui fournit le premier plan de l’élément de calendrier pour la date actuelle.

S’applique à