EditorFormatDefinition::BackgroundCustomizable Property

 

Determines whether the background of this format is customizable.

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

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

Property Value

Type: System::Nullable<Boolean>

true if the background of this format is customizable, otherwise false.

Return to top
Show: