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)

Syntax

'Declaration
ReadOnly Property EndOfLineWidth As Double
double EndOfLineWidth { get; }
property double EndOfLineWidth {
    double get ();
}
abstract EndOfLineWidth : float
function get EndOfLineWidth () : double

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.

Remarks

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

.NET Framework Security

See Also

Reference

ITextViewLine Interface

Microsoft.VisualStudio.Text.Formatting Namespace