Condividi tramite


Proprietà BackgroundBrushChangedEventArgs.NewBackgroundBrush

ottiene il nuovo Brush per IWpfTextView.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: Brush
Il nuovo pennello per lo sfondo.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

BackgroundBrushChangedEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.Text.Editor