LightBulbPresenterStyle::ShowQuickFixesKeyBindingBrush Property

Visual Studio 2015
 

Gets or sets a brush that will be used to paint the shortcut of the command that expands the LightBulb.

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

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

Property Value

Type: System.Windows.Media::Brush^

A brush that will be used to paint the shortcut of the command that expands the LightBulb.

Return to top
Show: