CalendarView.SelectedBorderBrush Property
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 the currently selected calendar item.
public:
property Brush ^ SelectedBorderBrush { Brush ^ get(); void set(Brush ^ value); };
Brush SelectedBorderBrush();
void SelectedBorderBrush(Brush value);
C#
public Brush SelectedBorderBrush { get; set; }
var brush = calendarView.selectedBorderBrush;
calendarView.selectedBorderBrush = brush;
Public Property SelectedBorderBrush As Brush
XAML
<CalendarView SelectedBorderBrush="{StaticResource resourceName}"/>
- or -
<CalendarView SelectedBorderBrush="colorString"/>
- or -
<CalendarView>
CalendarView.SelectedBorderBrush>singleBrush</CalendarView.SelectedBorderBrush>
</CalendarView>
A brush that provides the border of the currently selected calendar item.
Product | Versions |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |