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