BackgroundBrushChangedEventArgs::NewBackgroundBrush Property

 

Gets the new Brush for an IWpfTextView.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

public:
property Brush^ NewBackgroundBrush {
	Brush^ get();
}

Property Value

Type: System.Windows.Media::Brush^

The new background brush.

Return to top
Show: