ITextViewLine.LineBreakLength 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 length of the line break sequence (for example, "\r\n") that appears at the end of this line.
public:
property int LineBreakLength { int get(); };
public:
property int LineBreakLength { int get(); };
public int LineBreakLength { get; }
member this.LineBreakLength : int
Public ReadOnly Property LineBreakLength As Integer
Property Value
A integer in the range [0..2].
Remarks
If this ITextViewLine corresponds to a line that was word-wrapped, then the length of its line break will be zero. The length of the line break will also be zero for the last line in the buffer.