line_join property

line_join property

Gets or sets the line join style. See StrokeLineJoin.

Definition:

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

See Also