end_arrowhead_style property

end_arrowhead_style property

Returns or sets the arrowhead style at the end of a line. Read/write LineArrowheadStyle.

Definition:

@property
def end_arrowhead_style(self):
    ...

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

See Also