width_in_shape property

width_in_shape property

Represents the width of the shape, in unit of 1/4000 of the parent shape.

Remarks

Only Applies when this shape in the group or chart.

Example


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

Definition:

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

See Also