height property

height property

Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points.

Definition:

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

See Also