Share via


CalendarView.CalendarItemBackground Eigenschaft

Definition

Ruft einen Pinsel ab, der den Hintergrund eines Kalenderelements bereitstellt, oder legt diesen fest.

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

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

Eigenschaftswert

Ein Pinsel, der den Hintergrund eines Kalenderelements bereitstellt.

Gilt für:

Weitere Informationen