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