ShapeTextAlignment.RightMarginPt

ShapeTextAlignment.RightMarginPt property

Returns the right margin in unit of Points

public double RightMarginPt { get; set; }

Examples


[C#]
shapeTextAlignment.RightMarginPt = 2.0d;

See Also