ShapeTextAlignment.TextShapeType

ShapeTextAlignment.TextShapeType property

Gets and set the transform type of text.

public AutoShapeType TextShapeType { get; set; }

Examples


[C#]
//Usually do not modify this value unless you know exactly what the modification will result in
shapeTextAlignment.TextShapeType = AutoShapeType.TextBox;

See Also