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
- enum AutoShapeType
- class Shape
- espacio de nombres Aspose.Cells.Drawing
- asamblea Aspose.Cells