end_arrow_length property
Stroke.end_arrow_length property
Defines the arrowhead length for the end of a stroke.
@property
def end_arrow_length(self) -> aspose.words.drawing.ArrowLength:
...
@end_arrow_length.setter
def end_arrow_length(self, value: aspose.words.drawing.ArrowLength):
...
Remarks
The default value is ArrowLength.MEDIUM.
See Also
- module aspose.words.drawing
- class Stroke