Share via


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.

Applies to