LightBulbPresenterStyle::PreviewBackgroundBrush Property

Visual Studio 2015
 

Gets or sets a Brush that will be used to paint the background of the LightBulb preview pane.

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

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

Property Value

Type: System.Windows.Media::Brush^

A Brush that will be used to paint the background of the LightBulb preview pane.

Return to top
Show: