Partager via


CalendarView.SelectedForeground Propriété

Définition

Obtient ou définit un pinceau qui fournit le premier plan d’un élément de calendrier sélectionné.

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>

Valeur de propriété

Pinceau qui fournit le premier plan d’un élément de calendrier sélectionné.

S’applique à