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

Enumeration Members

Enumeration Members

BOTTOM_UP

Visit the children starting from bottom to the top child.

TOP_DOWN

Visit the children starting from top to the bottom child.