ImageRepeat Inherits: Enum How to paint any portions of a box not covered by an image. Properties NO_REPEAT – REPEAT – REPEAT_X – REPEAT_Y – Properties# NO_REPEAT = 'noRepeat' # REPEAT = 'repeat' # REPEAT_X = 'repeatX' # REPEAT_Y = 'repeatY' #