height propiedad
height propiedad
Representa el height de forma, en unidades de píxel.
Ejemplo
if shape.height == 3:
shape.height = 1
Definición:
@property
def height(self):
...
@height.setter
def height(self, value):
...
Ver también
- módulo
aspose.cells.drawing
- clase
LineShape