bottom_bevel_width property

bottom_bevel_width property

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

Definition:

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

See Also