padding_bottom property

padding_bottom property

See the padding-bottom property definition in CSS2.

Definition:

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

See Also