CalendarView.SelectedPressedForeground Property

Definition

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

public:
 property Brush ^ SelectedPressedForeground { Brush ^ get(); void set(Brush ^ value); };
Brush SelectedPressedForeground();

void SelectedPressedForeground(Brush value);
public Brush SelectedPressedForeground { get; set; }
var brush = calendarView.selectedPressedForeground;
calendarView.selectedPressedForeground = brush;
Public Property SelectedPressedForeground As Brush
<CalendarView SelectedPressedForeground="{StaticResource resourceName}"/>
- or -
<CalendarView SelectedPressedForeground="colorString"/>
- or -
<CalendarView>
  CalendarView.SelectedPressedForeground>singleBrush</CalendarView.SelectedPressedForeground>
</CalendarView>

Property Value

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

Applies to