Compartilhar via


Propriedade BackgroundBrushChangedEventArgs.NewBackgroundBrush

Gets the new Brush for an IWpfTextView.

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

Sintaxe

'Declaração
Public ReadOnly Property NewBackgroundBrush As Brush
public Brush NewBackgroundBrush { get; }
public:
property Brush^ NewBackgroundBrush {
    Brush^ get ();
}
member NewBackgroundBrush : Brush with get
function get NewBackgroundBrush () : Brush

Valor de propriedade

Tipo: Brush
O novo pincel de plano de fundo.

Segurança do .NET Framework

Consulte também

Referência

BackgroundBrushChangedEventArgs Classe

Namespace Microsoft.VisualStudio.Text.Editor