Partager via


CalendarView.OutOfScopePressedForeground Propriété

Définition

Obtient ou définit un pinceau qui fournit le premier plan d’un élément de calendrier hors de portée appuyé.

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

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

Valeur de propriété

Pinceau qui fournit le premier plan d’un élément de calendrier hors de l’étendue qui est enfoncé.

S’applique à