top_bevel_height property

top_bevel_height property

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

Definition:

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

See Also