shape_type property

shape_type property

Returns or sets the AutoShape type. Read/write ShapeType.

Definition:

@property
def shape_type(self):
    ...

@shape_type.setter
def shape_type(self, value):
    ...

See Also