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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.