stroke_miter_limit property

stroke_miter_limit property

Returns/sets the ratio between the maximum miter length and half of the stroke thickness. This value is significant only if the StrokeLineJoin attribute specifies Miter.

Definition:

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

See Also