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