[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1TextElement.Enumerate

Enumerate Method

Enumerate(LogicalDirection)

Enumerates the elements in the document in the specified direction.

Declaration
public IEnumerable<C1TextElement> Enumerate(LogicalDirection dir)
Parameters
Type Name Description
LogicalDirection dir

A LogicalDirection.

Returns
Type Description
IEnumerable<C1TextElement>

The enumeration of the elements in the specified direction.