Condividi tramite


CalendarView.SelectedForeground Proprietà

Definizione

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

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

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

Valore della proprietà

Pennello che fornisce il primo piano di un elemento del calendario selezionato.

Si applica a