CalendarView.CalendarItemDisabledBackground Proprietà

Definizione

Ottiene o imposta un pennello che fornisce lo sfondo di un elemento del calendario disabilitato.

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

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

Valore della proprietà

Pennello che fornisce lo sfondo di un elemento del calendario 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