SignatureHelpPresenterStyle::ForegroundBrush Property

 

Gets a Brush used to paint the foreground of the signature help presenter.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
property Brush^ ForegroundBrush {
	[CompilerGeneratedAttribute]
	virtual Brush^ get();
	[CompilerGeneratedAttribute]
	protected: virtual void set(Brush^ value);
}

Property Value

Type: System.Windows.Media::Brush^

The foreground brush.

Return to top
Show: