CalendarView.SelectedHoverForeground Proprietà

Definizione

Ottiene o imposta un pennello che fornisce il primo piano di un elemento del calendario selezionato su cui si trova il cursore.

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

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

Valore della proprietà

Pennello che fornisce il primo piano di un elemento del calendario selezionato 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