ComponentOne RichTextBox for WPF and Silverlight
ContainedElements Property (C1TextRange)

C1.WPF.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