ComponentOne RichTextBox for UWP
ContainedElements Property

C1.Xaml.RichTextBox.Documents Namespace > C1TextRange Class : ContainedElements Property
Gets the list of C1TextElement elements contained in the range.
Syntax
'Declaration
 
Public ReadOnly Property ContainedElements As System.Collections.Generic.IEnumerable(Of C1TextElement)
public System.Collections.Generic.IEnumerable<C1TextElement> ContainedElements {get;}
See Also

Reference

C1TextRange Class
C1TextRange Members