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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.