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

In This Topic
    ContainedElements Property
    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