line_cap property

line_cap property

Type of endings on the end of lines. Possible values: butt (default), round, square.

Definition:

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

See Also