EditorFormatDefinition.BackgroundCustomizable Property

Definition

Determines whether the background of this format is customizable.

public:  property Nullable<bool> BackgroundCustomizable {  public:
Nullable<bool> get(); protected:
 void set(Nullable<bool> value); };
public bool? BackgroundCustomizable { get; protected set; }
member this.BackgroundCustomizable : Nullable<bool> with get, set
Public Property BackgroundCustomizable As Nullable(Of Boolean)

Property Value

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

Applies to