shape_type property

shape_type property

Returns or sets the geometry preset type. Note: on value changing all adjustment values will reset to their default values. Read/write ShapeType.

Definition:

@property
def shape_type(self):
    ...

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

See Also