stroke_dash_array property

stroke_dash_array property

Returns/sets the array specifying the length of dashes and gaps of the outline stroke.

Definition:

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

See Also