LightBulbPresenterStyle::ShowQuickFixesLinkBrush Property

Visual Studio 2015
 

Gets or sets a Brush that is used to paint the hyperlink in QuickInfo that expands a QuickInfo-based LightBulb.

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

public:
property Brush^ ShowQuickFixesLinkBrush {
	virtual Brush^ get();
	virtual void set(Brush^ value);
}

Property Value

Type: System.Windows.Media::Brush^

A Brush that is used to paint the hyperlink in QuickInfo that expands a QuickInfo-based LightBulb.

Return to top
Show: