dash_style property

dash_style property

Gets or sets the dash style for the specified line.

Definition:

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

See Also