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