SignatureHelpPresenterStyle::BackgroundBrush Property

 

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

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

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

Property Value

Type: System.Windows.Media::Brush^

The background brush.

Return to top
Show: