width proprietà
width proprietà
Rappresenta la forma width, in unità di pixel.
Esempio
if shape.width == 3:
    shape.width = 1
Definizione:
@property
def width(self):
    ...
@width.setter
def width(self, value):
    ...
Guarda anche
- modulo aspose.cells.drawing
- classe ListBox