Partager via


CalendarView.SelectedHoverForeground Propriété

Définition

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

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>

Valeur de propriété

Pinceau qui fournit le premier plan d’un élément de calendrier sélectionné sur lequel le curseur est placé.

S’applique à