stroke_line_join property

stroke_line_join property

Returns/sets the value defining the shape of the beginning of the first dash in a stroke.

Definition:

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

See Also