CalendarView.SelectedHoverBorderBrush Property

Definition

Gets or sets a brush that provides the border of a selected calendar item while the pointer is over it.

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

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

Property Value

A brush that provides the border of a selected calendar item while the pointer is over it.

Applies to