line_cap property

line_cap property

Gets or sets the line cap style. See StrokeLineCap.

Definition:

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

See Also