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
'Декларация
Public ReadOnly Property NewBackgroundBrush As Brush
Get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.