LightBulbPresenterStyle::PreviewBorderBrush Property
Visual Studio 2015
Gets or sets a Brush that is used to paint the border of the LightBulb preview pane.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: property Brush^ PreviewBorderBrush { virtual Brush^ get(); virtual void set(Brush^ value); }
Property Value
Type: System.Windows.Media::Brush^A Brush that is used to paint the border of the LightBulb preview pane.
Show: