CalendarView.TodayDisabledBackground Proprietà

Definizione

Ottiene o imposta un pennello che fornisce lo sfondo della data corrente quando è disabilitato.

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

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

Valore della proprietà

Pennello che fornisce lo sfondo della data corrente quando è disabilitato.

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