ShapeTextAlignment.LeftMarginPt

ShapeTextAlignment.LeftMarginPt property

Returns the left margin in unit of Points

public double LeftMarginPt { get; set; }

Examples


[C#]
shapeTextAlignment.LeftMarginPt = 2.0d;

See Also