meo-canvas - v8.1.3
    Preparing search index...

    Enumeration BackgroundRepeat

    How a background image tiles to fill the box it is painted into.

    CSS background-repeat, which tiles unless told otherwise.

    Index
    NoRepeat: "no-repeat"

    Draw once.

    Repeat: "repeat"

    Tile on both axes, the CSS default. The last tile is cut off wherever the box ends.

    RepeatX: "repeat-x"

    Tile across only, one row.

    RepeatY: "repeat-y"

    Tile down only, one column.

    Round: "round"

    Tile whole copies only, stretching each one so they fill the box exactly.

    Space: "space"

    Tile whole copies only, spreading the leftover space evenly between them.