Value | Member | Description |
---|---|---|
0 | Top | Enumerate only the top-level elements. |
1 | TopToBottom | Enumerate from the top element and all children. |
2 | BottomToTop | Enumerate from the lowest children in the document and then upward to the top element. |
Used as the value of SvgEnumerateOptions.EnumerateDirection to specify the direction the engine will use when enumerating the elements.
For an example, refer to SvgDocument.EnumerateElements.