height عقار
height عقار
يمثل height من الشكل بوحدة البكسل.
مثال
if shape.height == 3:
shape.height = 1
تعريف:
@property
def height(self):
...
@height.setter
def height(self, value):
...
أنظر أيضا
- الوحدة
aspose.cells.drawing
- فئة
Oval
يمثل height من الشكل بوحدة البكسل.
if shape.height == 3:
shape.height = 1
@property
def height(self):
...
@height.setter
def height(self, value):
...
aspose.cells.drawing
Oval