CalendarView.HoverBorderBrush Property

Definition

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

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

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

Property Value

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

Applies to