CalendarView.OutOfScopeHoverForeground Proprietà

Definizione

Ottiene o imposta un pennello che fornisce il primo piano di un elemento di calendario esterno all'ambito su cui si trova il cursore.

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

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

Valore della proprietà

Pennello che fornisce il primo piano di un elemento di calendario esterno all'ambito su cui si trova il cursore.

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