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
- enum AutoShapeType
- class Shape
- spazio dei nomi Aspose.Cells.Drawing
- assemblea Aspose.Cells