AutoShapeType

Shape.AutoShapeType property

Ottiene e imposta il tipo di forma automatica.

public AutoShapeType AutoShapeType { get; set; }

Esempi


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

Guarda anche