max_height property

max_height property

See the max-height property definition in CSS2.

Definition:

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

See Also