start_arrow_length property

Stroke.start_arrow_length property

Defines the arrowhead length for the start of a stroke.

@property
def start_arrow_length(self) -> aspose.words.drawing.ArrowLength:
    ...

@start_arrow_length.setter
def start_arrow_length(self, value: aspose.words.drawing.ArrowLength):
    ...

Remarks

The default value is ArrowLength.MEDIUM.

See Also