tile_offset_y property

tile_offset_y property

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

Definition:

@property
def tile_offset_y(self):
    ...

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

See Also