TextLine.Length Property

Definition

Gets the total number of TextSource positions of the current line.

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

Property Value

The total number of TextSource positions of the current line.

Applies to