stroke_end_line_cap property

stroke_end_line_cap property

Returns/sets the value defining the shape of the end of the last dash in a stroke.

Definition:

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

See Also