begin_arrowhead_length property

begin_arrowhead_length property

Gets and sets the begin arrow head length of the line.

Remarks

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

Definition:

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

See Also