CalendarView.CalendarItemForeground 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.
public:
property Brush ^ CalendarItemForeground { Brush ^ get(); void set(Brush ^ value); };
Brush CalendarItemForeground();
void CalendarItemForeground(Brush value);
public Brush CalendarItemForeground { get; set; }
var brush = calendarView.calendarItemForeground;
calendarView.calendarItemForeground = brush;
Public Property CalendarItemForeground As Brush
<CalendarView CalendarItemForeground="{StaticResource resourceName}"/>
- or -
<CalendarView CalendarItemForeground="colorString"/>
- or -
<CalendarView>
CalendarView.CalendarItemForeground>singleBrush</CalendarView.CalendarItemForeground>
</CalendarView>
Valeur de propriété
Pinceau qui fournit le premier plan d’un élément de calendrier.