Gets the list of C1TextElement elements touched by the range.
Namespace:
C1.Phone.RichTextBox.DocumentsAssembly: C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
Syntax
| C# |
|---|
public IEnumerable<C1TextElement> Elements { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Elements As IEnumerable(Of C1TextElement) Get |