AutoShapeType

Shape.AutoShapeType property

Obtiene y establece el tipo de forma automática.

public AutoShapeType AutoShapeType { get; set; }

Ejemplos


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

Ver también