stretch_offset_bottom property

stretch_offset_bottom property

Returns or sets bottom edge of the fill rectangle that is defined by a percentage offset from the bottom edge of the shape’s bounding box. A positive percentage specifies an inset, while a negative percentage specifies an outset. Read/write float.

Definition:

@property
def stretch_offset_bottom(self):
    ...

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

See Also