end_arrowhead_width property

end_arrowhead_width property

Returns or sets the arrowhead width at the end of a line. Read/write LineArrowheadWidth.

Definition:

@property
def end_arrowhead_width(self):
    ...

@end_arrowhead_width.setter
def end_arrowhead_width(self, value):
    ...

See Also