TextFormattingRunProperties::BackgroundBrush Property

 

Gets the background brush.

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

public:
property Brush^ BackgroundBrush {
	virtual Brush^ get() override;
}

Property Value

Type: System.Windows.Media::Brush^

The background brush.

This property gets a transparent brush if the background brush is not currently set.

Return to top
Show: