Gets number of the screen lines.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
int LineCount { get; } |
Visual Basic |
---|
ReadOnly Property LineCount As Integer Get |
Property Value
Type: Int32
Remarks
Through this property,
number of the screen lines in this document can be retrieved.
"Screen line" here means a text line drawn as a graphc
and differs from "logical line" (strings simply separated by EOL codes).
To retrieve count of the logical lines,
use Document.LineCount
instead.