CompletionPresenterStyle::BackgroundBrush Property

 

Gets a brush that is used to paint the background of the completion 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^

Brush.

Return to top
Show: