top_margin_pt property

top_margin_pt property

Returns the top margin in unit of Points

Example


shapeTextAlignment.top_margin_pt = 2.0

Definition:

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

See Also