AutoShapeType

Shape.AutoShapeType property

الحصول على نوع الشكل التلقائي وتعيينه.

public AutoShapeType AutoShapeType { get; set; }

أمثلة


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

أنظر أيضا