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)

Syntax

'Declaration
Public ReadOnly Property NewBackgroundBrush As Brush
public Brush NewBackgroundBrush { get; }
public:
property Brush^ NewBackgroundBrush {
    Brush^ get ();
}
member NewBackgroundBrush : Brush
function get NewBackgroundBrush () : Brush

Property Value

Type: System.Windows.Media.Brush
The new background brush.

.NET Framework Security

See Also

Reference

BackgroundBrushChangedEventArgs Class

Microsoft.VisualStudio.Text.Editor Namespace