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