CompletionPresenterStyle::SelectionBorderBrush Property

 

Gets a brush that is used to paint the border rectangle around the selected completion item.

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

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

Property Value

Type: System.Windows.Media::Brush^

Brush.

Return to top
Show: