style property

style property

Represents the style of the line.

Definition:

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

See Also