stroke_dash_cap property

stroke_dash_cap property

Returns/sets the value specifying how the ends of each dash are drawn.

Definition:

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

See Also