Type

Shape.Type property

Hämtar den automatiska formtypen.

public AutoShapeType Type { get; }

Exempel


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

Se även