width_pt propiedad
width_pt propiedad
Representa el ancho de la forma, en unidad de punto.
Ejemplo
if shape.width_pt == 3:
shape.width_pt = 1.0
Definición:
@property
def width_pt(self):
...
@width_pt.setter
def width_pt(self, value):
...
Ver también
- módulo
aspose.cells.drawing
- clase
ArcShape