AmbientTheme.SelectionForegroundPen 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 les paramètres de stylet de premier plan ambiant pour les éléments sélectionnés sur l'aire de conception de workflow.
public:
property System::Drawing::Pen ^ SelectionForegroundPen { System::Drawing::Pen ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Pen SelectionForegroundPen { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SelectionForegroundPen : System.Drawing.Pen
Public ReadOnly Property SelectionForegroundPen As Pen
Valeur de propriété
Pen associé au premier plan des éléments sélectionnés sur l'aire de conception de workflow.
- Attributs
Remarques
Si cette propriété contient une référence Null (Nothing
en Visual Basic), elle retournera par défaut un Pen
dont la couleur a la valeur actuelle de la propriété SelectionForeColor et la largeur a la valeur 1.