Type

Shape.Type property

Ruft den automatischen Formtyp ab.

public AutoShapeType Type { get; }

Beispiele


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

Siehe auch