Width
Shape.Width property
يمثل عرض الشكل بوحدة البكسل.
public int Width { get; set; }
أمثلة
[C#]
if (shape.Width == 3)
shape.Width = 1;
أنظر أيضا
- class Shape
- مساحة الاسم Aspose.Cells.Drawing
- المجسم Aspose.Cells
يمثل عرض الشكل بوحدة البكسل.
public int Width { get; set; }
[C#]
if (shape.Width == 3)
shape.Width = 1;