Bagikan melalui


CalendarView.CalendarItemBackground Properti

Definisi

Mendapatkan atau mengatur kuas yang menyediakan latar belakang item kalender.

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>

Nilai Properti

Kuas yang menyediakan latar belakang item kalender.

Berlaku untuk

Lihat juga