CalendarView.FocusBorderBrush 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 that has focus.
public:
property Brush ^ FocusBorderBrush { Brush ^ get(); void set(Brush ^ value); };
Brush FocusBorderBrush();
void FocusBorderBrush(Brush value);
public Brush FocusBorderBrush { get; set; }
var brush = calendarView.focusBorderBrush;
calendarView.focusBorderBrush = brush;
Public Property FocusBorderBrush As Brush
<CalendarView FocusBorderBrush="{StaticResource resourceName}"/>
- or -
<CalendarView FocusBorderBrush="colorString"/>
- or -
<CalendarView>
CalendarView.FocusBorderBrush>singleBrush</CalendarView.FocusBorderBrush>
</CalendarView>
Property Value
A brush that provides the border of a calendar item that has focus.