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