border_bottom_width property

border_bottom_width property

See the border-bottom-width property definition in CSS2.

Definition:

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

See Also