CalendarView.SelectedPressedBorderBrush Property

Definition

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

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

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

Property Value

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

Applies to