ITextViewLine::EndOfLineWidth Property

 

Gets the distance from the right edge of the last character in this line to the end of the space of this line.

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

property double EndOfLineWidth {
	double get();
}

Property Value

Type: System::Double

The distance from the right edge of the last character in this line to the end of the space of this line.

This may include padding for line break characters or for end of file characters.

Return to top
Show: