height_in_shape property

height_in_shape property

Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape..

Remarks

Only Applies when this shape in the group or chart.

Example


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

Definition:

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

See Also