EditorFormatDefinition.BackgroundBrush Property

Gets or sets the background brush for this item.

Namespace:  Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

public Brush BackgroundBrush { get; protected set; }

Property Value

Type: System.Windows.Media.Brush
The background brush.

Remarks

This brush will override any background color that is set.

.NET Framework Security

See Also

Reference

EditorFormatDefinition Class

Microsoft.VisualStudio.Text.Classification Namespace