border property

border property

Width of border around the object. See the border attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

Definition:

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

See Also