RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1FlowView Class / Lines Property

In This Topic
    Lines Property (C1FlowView)
    In This Topic
    Gets the C1Line created in this C1FlowView when doing layout.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Lines As IEnumerable(Of C1Line)
    public IEnumerable<C1Line> Lines {get;}
    See Also