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