tile_as_texture property

tile_as_texture property

Gets or sets a value indicating whether the image is tiled across the background.

Definition:

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

See Also