LanguagePreferences.VirtualSpace Property

Definition

Gets or sets whether or not the editor should assume spaces at the end of all lines.

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

Property Value

true if each line is considered to have virtual spaces at the end, otherwise false.

Remarks

This property is not used in the default managed package framework language service classes.

This property affects the preferences value fVirtualSpace.

Applies to