CalendarView.OutOfScopeBackground Property

Definition

Gets or sets a brush that provides the background of a date that's out of scope.

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>

Property Value

A brush that provides the background of a date that's out of scope.

Applies to