CaretPosition.VirtualSpaces Property

Definition

Gets the number of spaces past the physical end of the line of the caret position.

public:
 property int VirtualSpaces { int get(); };
public:
 property int VirtualSpaces { int get(); };
public int VirtualSpaces { get; }
member this.VirtualSpaces : int
Public ReadOnly Property VirtualSpaces As Integer

Property Value

The number of virtual spaces past the physical end of the line.

Applies to