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