AutoShapeType

Shape.AutoShapeType property

Ruft den automatischen Formtyp ab und legt ihn fest.

public AutoShapeType AutoShapeType { get; set; }

Beispiele


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

Siehe auch