Gets the list of C1TextElement elements contained in the range.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public IEnumerable<C1TextElement> ContainedElements { get; }
Visual Basic
Public ReadOnly Property ContainedElements As IEnumerable(Of C1TextElement)
	Get

See Also