width_in_shape propiedad

width_in_shape propiedad

Representa el ancho de la forma, en unidades de 1/4000 de la forma principal.

Observaciones

Solo se aplica cuando esta forma está en el grupo o gráfico.

Ejemplo


if shape.is_in_group and shape.width_in_shape == 2000:
    shape.width_in_shape = 4000

Definición:

@property
def width_in_shape(self):
    ...
@width_in_shape.setter
def width_in_shape(self, value):
    ...

Ver también