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