CalendarView.OutOfScopeForeground Propiedad

Definición

Obtiene o establece un pincel que proporciona el primer plano de los elementos de calendario que están fuera del ámbito actual (mes, año o década).

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>

Valor de propiedad

Pincel que proporciona el primer plano de los elementos de calendario que están fuera del ámbito actual.

Se aplica a

Consulte también