border_bottom_color property

border_bottom_color property

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

Definition:

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

See Also