Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CalendarView.SelectedPressedBorderBrush 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 it's pressed.

public:
 property Brush ^ SelectedPressedBorderBrush { Brush ^ get(); void set(Brush ^ value); };
Brush SelectedPressedBorderBrush();

void SelectedPressedBorderBrush(Brush value);
public Brush SelectedPressedBorderBrush { get; set; }
var brush = calendarView.selectedPressedBorderBrush;
calendarView.selectedPressedBorderBrush = brush;
Public Property SelectedPressedBorderBrush As Brush
<CalendarView SelectedPressedBorderBrush="{StaticResource resourceName}"/>
- or -
<CalendarView SelectedPressedBorderBrush="colorString"/>
- or -
<CalendarView>
 CalendarView.SelectedPressedBorderBrush>singleBrush</CalendarView.SelectedPressedBorderBrush>
</CalendarView>

Property Value

A brush that provides the border of a selected calendar item while it's pressed.

Applies to


Feedback

Was this page helpful?