CalendarView.OutOfScopeForeground Property

Definition

Gets or sets a brush that provides the foreground of calendar items that are outside the current scope (month, year, or decade).

C#
public Brush OutOfScopeForeground { get; set; }
XAML
<CalendarView OutOfScopeForeground="{StaticResource resourceName}"/>
- or -
<CalendarView OutOfScopeForeground="colorString"/>
- or -
<CalendarView>
  CalendarView.OutOfScopeForeground>singleBrush</CalendarView.OutOfScopeForeground>
</CalendarView>

Property Value

A brush that provides the foreground of calendar items that are outside the current scope.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also