Type

Shape.Type property

Ottiene il tipo di forma automatica.

public AutoShapeType Type { get; }

Esempi


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

Guarda anche