TextLine.NewlineLength Property

Definition

Gets the number of newline characters at the end of a line.

public:
 abstract property int NewlineLength { int get(); };
public abstract int NewlineLength { get; }
member this.NewlineLength : int
Public MustOverride ReadOnly Property NewlineLength As Integer

Property Value

The number of newline characters.

Applies to