stroke_start_line_cap property

stroke_start_line_cap property

Returns/sets the value defining the shape of the beginning of the first dash in a stroke.

Definition:

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

See Also