CalendarView.SelectedDisabledForeground Property

Definition

Gets or sets a brush that provides the foreground of a disabled calendar item that is selected.

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

Property Value

A brush that provides the foreground of a disabled calendar item that is selected.

Applies to

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