CalendarView.SelectedHoverBorderBrush 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 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.