Freigeben über


CalendarView.TodayPressedBackground Eigenschaft

Definition

Ruft einen Pinsel ab, der den Hintergrund des aktuellen Datums beim Drücken bereitstellt, oder legt diesen fest.

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

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

Eigenschaftswert

Ein Pinsel, der den Hintergrund des aktuellen Datums bereitstellt, wenn er gedrückt wird.

Gilt für: