outline_style property

outline_style property

See the outline-style property definition in CSS2.

Definition:

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

See Also