TextShapeType

ShapeTextAlignment.TextShapeType property

获取和设置文本的变换类型。

public AutoShapeType TextShapeType { get; set; }

例子


[C#]
//通常不要修改这个值,除非你确切知道修改会导致什么
shapeTextAlignment.TextShapeType = AutoShapeType.TextBox;

也可以看看