end_arrowhead_style property

end_arrowhead_style property

Gets and sets the end arrow head style of the line.

Remarks

NOTE: This member is now obsolete. Instead, please use Shape.Line.EndArrowheadStyle property. This property will be removed 12 months later since August 2016. Aspose apologizes for any inconvenience you may have experienced.

Definition:

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

See Also