Bagikan melalui


CalendarView.OutOfScopeForeground Properti

Definisi

Mendapatkan atau mengatur kuas yang menyediakan latar depan item kalender yang berada di luar lingkup saat ini (bulan, tahun, atau dekade).

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

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

Nilai Properti

Kuas yang menyediakan latar depan item kalender yang berada di luar cakupan saat ini.

Berlaku untuk

Lihat juga