bottom_bevel_type property

bottom_bevel_type property

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

Definition:

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

See Also