AmbientTheme.SelectionForegroundBrush 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 le pinceau de premier plan ambiant utilisé pour remplir les formes graphiques associées aux éléments sélectionnés affichés sur l'aire de conception de workflow.
public:
property System::Drawing::Brush ^ SelectionForegroundBrush { System::Drawing::Brush ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Brush SelectionForegroundBrush { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SelectionForegroundBrush : System.Drawing.Brush
Public ReadOnly Property SelectionForegroundBrush As Brush
Valeur de propriété
Brush qui représente le pinceau associé aux éléments en lecture seule sur le workflow sur une aire de conception.
- Attributs
Remarques
Si cette propriété contient une référence Null (Nothing
en Visual Basic), elle retournera par défaut un objet SolidBrush dont la couleur a la valeur actuelle de la propriété SelectionForeColor.