Shape.Type

Shape.Type property

Gets the auto shape type.

public AutoShapeType Type { get; }

Examples


[C#]
Aspose.Cells.Drawing.AutoShapeType autoShapeType = shape.Type;

See Also