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