CalendarView.PressedBorderBrush Property

Definition

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

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

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

Property Value

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

Applies to