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

Enumeration Members

BACKGROUND: "background"

Fill pattern that fills the background with a given color.

BACK_SLASH: "back_slash"

Fill pattern that hatches slanted, from upper left to lower right.

HORIZONTAL: "horizontal"

Fill pattern that hatches horizontally.

SLASH: "slash"

Fill pattern that hatches slanted, from lower left to upper right.

VERTICAL: "vertical"

Fill pattern that hatches vertically.