CompletionPresenterStyle::SelectionBackgroundBrush Property

 

Gets a brush that is used to paint the background of the selected completion item.

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

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

Property Value

Type: System.Windows.Media::Brush^

Brush.

Return to top
Show: