Share via


CalendarView.OutOfScopeForeground Propriété

Définition

Obtient ou définit un pinceau qui fournit le premier plan des éléments de calendrier qui se trouvent en dehors de l’étendue actuelle (mois, année ou décennie).

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>

Valeur de propriété

Pinceau qui fournit le premier plan des éléments de calendrier qui se trouvent en dehors de l’étendue actuelle.

S’applique à

Voir aussi