CalendarView.TodaySelectedInnerBorderBrush Property

Definition

Gets or sets a brush that provides the inner border of the current date when it is selected.

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

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

Property Value

A brush that provides the inner border of the current date when it is selected.

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v14.0)

Applies to