RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextRange Class / Elements Property

In This Topic
    Elements Property (C1TextRange)
    In This Topic
    Gets the list of C1TextElement elements touched by the range.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Elements As IEnumerable(Of C1TextElement)
    public IEnumerable<C1TextElement> Elements {get;}
    See Also