AvalonEdit
EnableVirtualSpace Property
NamespacesICSharpCode.AvalonEditTextEditorOptionsEnableVirtualSpace
Gets/Sets whether the user can set the caret behind the line ending (into "virtual space"). Note that virtual space is always used (independent from this setting) when doing rectangle selections.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool EnableVirtualSpace { get; set; }
Public Overridable Property EnableVirtualSpace As Boolean
	Get
	Set
public:
virtual property bool EnableVirtualSpace {
	bool get ();
	void set (bool value);
}

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238