Interface RepeatStyleEntry

Hierarchy

  • RepeatStyleEntry

Properties

no-repeat: StyleObject<{}>

Placed once and not repeated in this direction.

repeat: StyleObject<{}>

Repeated in this direction as often as needed to cover the background painting area.

repeat-x: StyleObject<{}>

Computes to ‘repeat no-repeat’.

repeat-y: StyleObject<{}>

Computes to ‘no-repeat repeat’.

round: StyleObject<{}>

Repeated as often as will fit within the background positioning area. If it doesn’t fit a whole number of times, it is rescaled so that it does.

space: StyleObject<{}>

Repeated as often as will fit within the background positioning area without being clipped and then the images are spaced out to fill the area.