border_right_color property

border_right_color property

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

Definition:

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

See Also