extrusion_height property

extrusion_height property

Gets and sets the extrusion height of the applied to the shape, in unit of points.

Definition:

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

See Also