Condividi tramite


CalendarView.OutOfScopePressedForeground Proprietà

Definizione

Ottiene o imposta un pennello che fornisce il primo piano di un elemento calendario out-of-scope premuto.

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

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

Valore della proprietà

Pennello che fornisce il primo piano di un elemento calendario fuori ambito premuto.

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