ComponentOne RichTextBox for UWP
Lines Property

C1.Xaml.RichTextBox Namespace > C1FlowView Class : Lines Property
Gets the C1Line created in this C1FlowView when doing layout.
Syntax
'Declaration
 
Public ReadOnly Property Lines As System.Collections.Generic.IEnumerable(Of C1Line)
public System.Collections.Generic.IEnumerable<C1Line> Lines {get;}
See Also

Reference

C1FlowView Class
C1FlowView Members