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