begin_arrowhead_style property

begin_arrowhead_style property

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

Definition:

@property
def begin_arrowhead_style(self):
    ...

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

See Also