tile_alignment property

tile_alignment property

Returns or sets how the texture is aligned within the shape. This setting controls the starting point of the texture pattern and how it repeats across the shape. Read/write RectangleAlignment.

Remarks

Default is RectangleAlignment.TOP_LEFT.

Definition:

@property
def tile_alignment(self):
    ...

@tile_alignment.setter
def tile_alignment(self, value):
    ...

See Also