CalendarView.OutOfScopePressedForeground 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 hors de portée appuyé.
public:
property Brush ^ OutOfScopePressedForeground { Brush ^ get(); void set(Brush ^ value); };
Brush OutOfScopePressedForeground();
void OutOfScopePressedForeground(Brush value);
public Brush OutOfScopePressedForeground { get; set; }
var brush = calendarView.outOfScopePressedForeground;
calendarView.outOfScopePressedForeground = brush;
Public Property OutOfScopePressedForeground As Brush
<CalendarView OutOfScopePressedForeground="{StaticResource resourceName}"/>
- or -
<CalendarView OutOfScopePressedForeground="colorString"/>
- or -
<CalendarView>
CalendarView.OutOfScopePressedForeground>singleBrush</CalendarView.OutOfScopePressedForeground>
</CalendarView>
Valeur de propriété
Pinceau qui fournit le premier plan d’un élément de calendrier hors de l’étendue qui est enfoncé.
Configuration requise pour Windows
Famille d’appareils |
Windows 11 (introduit dans 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v14.0)
|