CalendarView.SelectedBorderBrush Property

Definition

Gets or sets a brush that provides the border of the currently selected calendar item.

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

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

Property Value

A brush that provides the border of the currently selected calendar item.

Applies to