bottom_bevel_height property

bottom_bevel_height property

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

Definition:

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

See Also