ListViewItemPresenter.SelectionIndicatorPressedBrush 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 le pinceau utilisé pour afficher l’indicateur de sélection d’un élément d’affichage de liste lorsqu’il est enfoncé.
public:
property Brush ^ SelectionIndicatorPressedBrush { Brush ^ get(); void set(Brush ^ value); };
Brush SelectionIndicatorPressedBrush();
void SelectionIndicatorPressedBrush(Brush value);
public Brush SelectionIndicatorPressedBrush { get; set; }
var brush = listViewItemPresenter.selectionIndicatorPressedBrush;
listViewItemPresenter.selectionIndicatorPressedBrush = brush;
Public Property SelectionIndicatorPressedBrush As Brush
Valeur de propriété
Pinceau utilisé pour afficher l’indicateur de sélection d’un élément d’affichage de liste quand il 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)
|