RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Span Class / Enumerate Method
A System.Windows.Documents.LogicalDirection.

In This Topic
    Enumerate Method (C1Span)
    In This Topic
    Enumerates the elements in the document in the specified direction.
    Syntax
    'Declaration
     
    
    Public Function Enumerate( _
       ByVal dir As LogicalDirection _
    ) As IEnumerable(Of C1TextElement)

    Parameters

    dir
    A System.Windows.Documents.LogicalDirection.

    Return Value

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