Compartilhar via


CalendarView.TodayBackground Propriedade

Definição

Obtém ou define um pincel que fornece a tela de fundo da data atual no calendário.

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 da propriedade

Um pincel que fornece a tela de fundo da data atual no calendário.

Aplica-se a