Enumeration for the different pattern types. Patterns can be combined, for example by specifying both horizontal and vertical.

Enumeration Members

Enumeration Members

BOTTOM_UP: 1

Visit the children starting from bottom to the top child.

TOP_DOWN: 2

Visit the children starting from top to the bottom child.