CalendarView.OutOfScopeBackground Propriedade

Definição

Obtém ou define um pincel que fornece a tela de fundo de uma data que está fora do escopo.

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>

Valor da propriedade

Um pincel que fornece a tela de fundo de uma data que está fora do escopo.

Aplica-se a