GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / Lines Property

In This Topic
Lines Property
In This Topic
Gets the list of text lines after executing the PerformLayout method.
Syntax
'Declaration
 
Public ReadOnly Property Lines As System.Collections.Generic.IReadOnlyList(Of TextLine)
 
See Also