EditorFormatDefinition::BackgroundColor Property

 

Gets or sets the background color for this item.

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

public:
property Nullable<Color> BackgroundColor {
	[CompilerGeneratedAttribute]
	Nullable<Color> get();
	[CompilerGeneratedAttribute]
	protected: void set(Nullable<Color> value);
}

Property Value

Type: System::Nullable<Color>

The background color

If the background brush is set, this color will be ignored.

Return to top
Show: