ComponentOne RichTextBox for WPF and Silverlight
Elements Property (C1TextRange)

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

Reference

C1TextRange Class
C1TextRange Members