CalendarView.OutOfScopeForeground Proprietà

Definizione

Ottiene o imposta un pennello che fornisce il primo piano degli elementi del calendario esterni all'ambito corrente (mese, anno o decennio).

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>

Valore della proprietà

Pennello che fornisce il primo piano degli elementi del calendario esterni all'ambito corrente.

Si applica a

Vedi anche