CalendarView.SelectedBorderBrush Property

Definition

Gets or sets a brush that provides the border of the currently selected calendar item.

C#
public Brush SelectedBorderBrush { get; set; }
XAML
<CalendarView SelectedBorderBrush="{StaticResource resourceName}"/>
- or -
<CalendarView SelectedBorderBrush="colorString"/>
- or -
<CalendarView>
  CalendarView.SelectedBorderBrush>singleBrush</CalendarView.SelectedBorderBrush>
</CalendarView>

Property Value

A brush that provides the border of the currently selected calendar item.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6