Compartir a través de


CalendarView.TodayBackground Propiedad

Definición

Obtiene o establece un pincel que proporciona el fondo de la fecha actual en el calendario.

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

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

Valor de propiedad

Pincel que proporciona el fondo de la fecha actual en el calendario.

Se aplica a