top_height property

top_height property

Gets or sets the height of the top.

Definition:

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

See Also