ITextViewLine.EndOfLineWidth Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets 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.
public:
 property double EndOfLineWidth { double get(); };public:
 property double EndOfLineWidth { double get(); };public double EndOfLineWidth { get; }member this.EndOfLineWidth : doublePublic ReadOnly Property EndOfLineWidth As DoubleProperty Value
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.