begin_arrowhead_length property

begin_arrowhead_length property

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

Definition:

@property
def begin_arrowhead_length(self):
    ...

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

See Also