border_top_width property

border_top_width property

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

Definition:

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

See Also