width Eigentum
width Eigentum
Stellt die width der Form in Pixeln 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 SmartArtShape