dash_type property

dash_type property

Specifies the dash line type

Definition:

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

See Also