SignatureHelpPresenterStyle.ForegroundBrush, propriété

Obtient Brush utilisé pour peindre le premier plan du présentateur d'aide de signature.

Espace de noms :  Microsoft.VisualStudio.Language.Intellisense
Assembly :  Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)

Syntaxe

'Déclaration
Public Overridable Property ForegroundBrush As Brush
public virtual Brush ForegroundBrush { get; protected set; }
public:
virtual property Brush^ ForegroundBrush {
    Brush^ get ();
    protected: void set (Brush^ value);
}
abstract ForegroundBrush : Brush with get, set 
override ForegroundBrush : Brush with get, set
function get ForegroundBrush () : Brush 
protected function set ForegroundBrush (value : Brush)

Valeur de propriété

Type : Brush
Pinceau de premier plan.

Sécurité .NET Framework

Voir aussi

Référence

SignatureHelpPresenterStyle Classe

Microsoft.VisualStudio.Language.Intellisense, espace de noms