Share via


CalendarView.HoverBorderBrush Property

Definition

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

public Brush HoverBorderBrush { get; set; }
<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