Share via


CalendarView.TodayForeground Eigenschaft

Definition

Ruft einen Pinsel ab, der den Vordergrund des Kalenderelements für das aktuelle Datum bereitstellt, oder legt diesen fest.

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>

Eigenschaftswert

Ein Pinsel, der den Vordergrund des Kalenderelements für das aktuelle Datum bereitstellt.

Gilt für: