stroke_dash_offset property

stroke_dash_offset property

Returns/sets the start point for repeating the dash array pattern. If this value is omitted, the dash array aligns with the origin of the stroke.

Definition:

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

See Also