Bitbybit Docs
    Bereite Suchindex vor...

    Aufzählung 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

    Aufzählungselemente

    Aufzählungselemente

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