Shape.AutoShapeType

Shape.AutoShapeType property

Gets and sets the auto shape type.

public AutoShapeType AutoShapeType { get; set; }

Examples


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

See Also