LightBulbPresenterStyle::DiscoveryModeBorderColor Property

Visual Studio 2015
 

Gets or sets a Color that is used to paint the border of the LightBulb in discovery mode.

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

public:
property Color DiscoveryModeBorderColor {
	virtual Color get();
	virtual void set(Color value);
}

Property Value

Type: System.Windows.Media::Color

A Color that is used to paint the border of the LightBulb in discovery mode.

Return to top
Show: