outline property

outline property

See the outline property definition in CSS2.

Definition:

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

See Also