fixed_height property

fixed_height property

Gets or sets the fixed height.

Definition:

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

See Also