TextLine.Length 屬性

定義

取得目前行的 TextSource 位置總數。

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

屬性值

Int32

目前行的位置總數 TextSource

適用於