wrap_mode property

wrap_mode property

Gets or sets the wrap mode. Wrap mode specifies how a texture or gradient is tiled when it is smaller than the area being filled.

Definition:

@property
def wrap_mode(self):
    ...

See Also