AutoShapeType

Shape.AutoShapeType property

获取和设置自动形状类型。

public AutoShapeType AutoShapeType { get; set; }

例子


[C#]
if (shape.AutoShapeType == Aspose.Cells.Drawing.AutoShapeType.Unknown)
    shape.AutoShapeType = Aspose.Cells.Drawing.AutoShapeType.Rectangle;

也可以看看