bottom_margin_pt property

bottom_margin_pt property

Returns the bottom margin in unit of Points

Example


shapeTextAlignment.bottom_margin_pt = 2.0

Definition:

@property
def bottom_margin_pt(self):
    ...
@bottom_margin_pt.setter
def bottom_margin_pt(self, value):
    ...

See Also