end_arrowhead_length property

end_arrowhead_length property

Returns or sets the arrowhead length at the end of a line. Read/write LineArrowheadLength.

Definition:

@property
def end_arrowhead_length(self):
    ...

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

See Also