line_cap property

line_cap property

Sets or gets the code specifying the shape of the endpoints for any open path that is stroked.

Definition:

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

See Also