EditorFormatDefinition::BackgroundCustomizable Property
Visual Studio 2015
Determines whether the background of this format is customizable.
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.
Show: