ShapeTextAlignment.IsAutoMargin

ShapeTextAlignment.IsAutoMargin property

Indicates whether the margin of the text frame is automatic.

public bool IsAutoMargin { get; set; }

Examples


[C#]
shapeTextAlignment.IsAutoMargin = true;

See Also