Gets number of the logical lines.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public int LineCount { get; }
Visual Basic
Public ReadOnly Property LineCount As Integer
	Get

Property Value

Type: Int32

Remarks

Through this property, number of the logical lines in this document can be retrieved. "Logical line" here means a string simply separated by EOL codes. and differs from "screen line" (a text line drawn as a graphc). To retrieve count of the logical lines, use IView.LineCount or IUserInterface.LineCount instead.

See Also