Compartir a través de


CalendarView.TodaySelectedInnerBorderBrush Propiedad

Definición

Obtiene o establece un pincel que proporciona el borde interno de la fecha actual cuando se selecciona.

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>

Valor de propiedad

Pincel que proporciona el borde interno de la fecha actual cuando se selecciona.

Se aplica a