left_margin_pt property
left_margin_pt property
Returns the left margin in unit of Points
Example
shapeTextAlignment.left_margin_pt = 2.0
Definition:
@property
def left_margin_pt(self):
    ...
@left_margin_pt.setter
def left_margin_pt(self, value):
    ...
See Also
- module aspose.cells.drawing.texts
- class ShapeTextAlignment