The direction to use when enumerating SVG elements (nodes).
Members
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.
Products |
Support |
Feedback: SvgEnumerateDirection Enumeration - Leadtools.Svg |
Introduction |
Help Version 19.0.2017.3.21
|