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

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