ITextViewLine::VirtualSpaceWidth Property

 

Get the width of the virtual spaces at the end of this line.

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

property double VirtualSpaceWidth {
	double get();
}

Property Value

Type: System::Double

The width of the virtual spaces at the end of this line.

Return to top
Show: