LightBulbPresenterStyle::DiscoveryModeBorderColor Property
Visual Studio 2015
Gets or sets a Color that is used to paint the border of the LightBulb in discovery mode.
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::ColorA Color that is used to paint the border of the LightBulb in discovery mode.
Show: