Enumerates the elements in the document in the specified direction.

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

Syntax

C#
public IEnumerable<C1TextElement> Enumerate(
	LogicalDirection dir
)
Visual Basic
Public Function Enumerate ( _
	dir As LogicalDirection _
) As IEnumerable(Of C1TextElement)

Parameters

dir
Type: System.Windows.Documents..::..LogicalDirection
A LogicalDirection.

Return Value

The enumeration of the elements in the specified direction.

See Also