outline_width property

outline_width property

See the outline-width property definition in CSS2.

Definition:

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

See Also