line_join property

line_join property

Sets or gets the code specifying the shape of joints between connected segments of a stroked path.

Definition:

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

See Also