Bagikan melalui


CalendarView.OutOfScopeBackground Properti

Definisi

Mendapatkan atau mengatur kuas yang menyediakan latar belakang tanggal yang berada di luar cakupan.

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

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

Nilai Properti

Kuas yang menyediakan latar belakang tanggal yang berada di luar cakupan.

Berlaku untuk