end_arrow_length property

end_arrow_length property

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

Definition:

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

See Also