max_width property

max_width property

See the max-width property definition in CSS2.

Definition:

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

See Also