CalendarView.PressedForeground Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit un pinceau qui fournit le premier plan d’un élément de calendrier pendant qu’il est enfoncé.
public:
property Brush ^ PressedForeground { Brush ^ get(); void set(Brush ^ value); };
Brush PressedForeground();
void PressedForeground(Brush value);
public Brush PressedForeground { get; set; }
var brush = calendarView.pressedForeground;
calendarView.pressedForeground = brush;
Public Property PressedForeground As Brush
<CalendarView PressedForeground="{StaticResource resourceName}"/>
- or -
<CalendarView PressedForeground="colorString"/>
- or -
<CalendarView>
CalendarView.PressedForeground>singleBrush</CalendarView.PressedForeground>
</CalendarView>
Valeur de propriété
Pinceau qui fournit le premier plan d’un élément de calendrier pendant qu’il est enfoncé.