ITextViewLine.EndOfLineWidth Property

Definition

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 : double
Public ReadOnly Property EndOfLineWidth As Double

Property 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.

Applies to