tile_as_texture property

tile_as_texture property

The tile_as_texture property indicates whether the image is tiled across the background. True if the image is tiled across the background; otherwise, False (the image is stretched). The default value is False.

Definition:

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

See Also