AutoShapeType
Shape.AutoShapeType property
Otomatik şekil türünü alır ve ayarlar.
public AutoShapeType AutoShapeType { get; set; }
Örnekler
[C#]
if (shape.AutoShapeType == Aspose.Cells.Drawing.AutoShapeType.Unknown)
shape.AutoShapeType = Aspose.Cells.Drawing.AutoShapeType.Rectangle;
Ayrıca bakınız
- enum AutoShapeType
- class Shape
- ad alanı Aspose.Cells.Drawing
- toplantı Aspose.Cells