CalendarView.TodayBackground Proprietà

Definizione

Ottiene o imposta un pennello che fornisce lo sfondo della data corrente nel 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>

Valore della proprietà

Pennello che fornisce lo sfondo della data corrente nel calendario.

Requisiti Windows

Famiglia di dispositivi
Windows 11 (è stato introdotto in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v14.0)

Si applica a