CalendarView.OutOfScopeForeground Свойство

Определение

Возвращает или задает кисть, которая предоставляет передний план элементов календаря, которые находятся за пределами текущего область (месяц, год или десятилетие).

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>

Значение свойства

Кисть, которая предоставляет передний план элементов календаря, которые находятся за пределами текущего область.

Применяется к

См. также раздел