border_bottom property

border_bottom property

See the border-bottom property definition in CSS2.

Definition:

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

See Also