tile_offset_x property

tile_offset_x property

Returns or sets the horizontal offset of the texture from the shape’s origin in points. A positive value moves the texture to the right, while a negative value moves it to the left. Read/write float.

Definition:

@property
def tile_offset_x(self):
    ...

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

See Also