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

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