RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox.Documents Namespace / C1InlineUIContainer Class / Enumerate Method
A Windows.UI.Xaml.Documents.LogicalDirection.

In This Topic
    Enumerate Method (C1InlineUIContainer)
    In This Topic
    Enumerates the elements in the document in the specified direction.
    Syntax
    'Declaration
     
    <IteratorStateMachineAttribute(C1.Xaml.RichTextBox.Documents.C1TextElement/d__205)>
    Public Function Enumerate( _
       ByVal dir As LogicalDirection _
    ) As IEnumerable(Of C1TextElement)
    [IteratorStateMachine(C1.Xaml.RichTextBox.Documents.C1TextElement/d__205)]
    public IEnumerable<C1TextElement> Enumerate( 
       LogicalDirection dir
    )

    Parameters

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

    Return Value

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