Utility classes for changing an element's background repeat property.

Classes for background repeat are named using the format: [bg]-[repeatType].

Where repeatType includes:

  • repeat - for background-repeat: repeat
  • repeat-x - for background-repeat: repeat-x
  • repeat-y - for background-repeat: repeat-y
  • no-repeat - for background-repeat: no-repeat
  • space - for background-repeat: space
  • round - for background-repeat: round
ClassContents

Note that background-repeat: no-repeat is the default value for background repeat in Unity. Unless the value needs to be overridden from a parent, the bg-no-repeat class is not needed.

UXML

UXML

UXML

UXML

UXML

UXML