end_arrow_width property

end_arrow_width property

Specifies the width of the arrowhead for the end of a line.

Definition:

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

See Also