width Eigentum
width Eigentum
Stellt die width der Form in der Einheit Pixel dar.
Beispiel
if shape.width == 3:
shape.width = 1
Definition:
@property
def width(self):
...
@width.setter
def width(self, value):
...
Siehe auch
- Modul
aspose.cells.drawing
- Klasse
ComboBox