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