is_tiled property

is_tiled property

Indicates whether the picture is tiled across the background.

Definition:

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

See Also