CalendarView.HoverBorderBrush Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.