ShapeTextAlignment.TopMarginPt

ShapeTextAlignment.TopMarginPt property

Returns the top margin in unit of Points

public double TopMarginPt { get; set; }

Examples


[C#]
shapeTextAlignment.TopMarginPt = 2.0d;

See Also