CalendarView.PressedForeground Property

Definition

Gets or sets a brush that provides the foreground of a calendar item while it's pressed.

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

Property Value

A brush that provides the foreground of a calendar item while it's pressed.

Applies to

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