width_inch property

width_inch property

Represents the width of the shape, in unit of inch.

Example


if shape.width_inch == 3:
    shape.width_inch = 1.0

Definition:

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

See Also