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