Enum PatternRepeat
Controls how an image pattern tiles, following the same values as the
repetition argument to the browser's createPattern(image, repetition).
public enum PatternRepeat
Fields
NoRepeat = 3Drawn once — no tiling in either direction.
Repeat = 0Tiles in both directions.
RepeatX = 1Tiles horizontally only; clamped vertically.
RepeatY = 2Tiles vertically only; clamped horizontally.