LanguagePreferences.AutoOutlining Property

Definition

Gets or sets whether or not auto-outlining is supported outlining (this requires parser support for hidden regions).

public:
 property bool AutoOutlining { bool get(); void set(bool value); };
public:
 property bool AutoOutlining { bool get(); void set(bool value); };
public bool AutoOutlining { get; set; }
member this.AutoOutlining : bool with get, set
Public Property AutoOutlining As Boolean

Property Value

true if auto-outlining is supported, otherwise false.

Remarks

This property is associated with the registry entry AutoOutlining.

In the base property, even though this property can be set, the value is not written back to the registry. The base LanguagePreferences class sets this value to a default of true.

Applies to