Gets the C1Line created in this C1FlowView when doing layout.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public IEnumerable<C1Line> Lines { get; }
Visual Basic
Public ReadOnly Property Lines As IEnumerable(Of C1Line)
	Get

See Also