AutoShapeType

Shape.AutoShapeType property

Hämtar och ställer in den automatiska formtypen.

public AutoShapeType AutoShapeType { get; set; }

Exempel


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

Se även