Partager via


CalendarView.OutOfScopeBackground Propriété

Définition

Obtient ou définit un pinceau qui fournit l’arrière-plan d’une date qui n’est pas étendue.

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

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

Valeur de propriété

Pinceau qui fournit l’arrière-plan d’une date qui est hors de portée.

S’applique à