CaretPosition::VirtualSpaces Property

 

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

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public:
property int VirtualSpaces {
	int get();
}

Property Value

Type: System::Int32

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

Return to top
Show: