ComponentOne RichTextBox for UWP
Enumerate Method (C1TextElement)

C1.Xaml.RichTextBox.Documents Namespace > C1TextElement Class : Enumerate Method
A Windows.UI.Xaml.Documents.LogicalDirection.
Enumerates the elements in the document in the specified direction.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.IteratorStateMachineAttribute(C1.Xaml.RichTextBox.Documents.C1TextElement/d__205)> 
Public Function Enumerate( _ 
   ByVal dir As Windows.UI.Xaml.Documents.LogicalDirection _ 
) As System.Collections.Generic.IEnumerable(Of C1TextElement)
[System.Runtime.CompilerServices.IteratorStateMachine(C1.Xaml.RichTextBox.Documents.C1TextElement/d__205)] 
public System.Collections.Generic.IEnumerable<C1TextElement> Enumerate( 
   Windows.UI.Xaml.Documents.LogicalDirection dir 
)

Parameters

dir
A Windows.UI.Xaml.Documents.LogicalDirection.

Return Value

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

Reference

C1TextElement Class
C1TextElement Members