ComponentOne RichTextBox for WPF and Silverlight
Enumerate Method (C1TextElement)

C1.Silverlight.RichTextBox.Documents Namespace > C1TextElement Class : Enumerate Method
A System.Windows.Documents.LogicalDirection.
Enumerates the elements in the document in the specified direction.
Syntax
'Declaration
 
Public Function Enumerate( _
   ByVal dir As System.Windows.Documents.LogicalDirection _
) As System.Collections.Generic.IEnumerable(Of C1TextElement)
public System.Collections.Generic.IEnumerable<C1TextElement> Enumerate( 
   System.Windows.Documents.LogicalDirection dir
)

Parameters

dir
A System.Windows.Documents.LogicalDirection.

Return Value

The enumeration of the elements in the specified direction.
See Also

Reference

C1TextElement Class
C1TextElement Members