CalendarView.SelectedPressedForeground Proprietà

Definizione

Ottiene o imposta un pennello che fornisce il primo piano di un elemento del calendario selezionato premuto.

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

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

Valore della proprietà

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