Bitbybit Docs
    Preparing search index...

    Enumeration backgroundRepeatEnum (Inputs.Base)

    How a background image tiles: repeating in both directions, in one direction only, not at all, or with space or round adjusting the tiles so they fit the area exactly. The values match the CSS background-repeat syntax.

    Index

    Enumeration Members

    repeat: "repeat"
    repeatX: "repeat-x"
    repeatY: "repeat-y"
    noRepeat: "no-repeat"
    space: "space"
    round: "round"