tile_as_texture property

tile_as_texture property

The image is tiled across the background when True; otherwise, the image is stretched.

Definition:

@property
def tile_as_texture(self):
    ...
@tile_as_texture.setter
def tile_as_texture(self, value):
    ...

See Also