Share via


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