end_cap property
Stroke.end_cap property
Defines the cap style for the end of a stroke.
@property
def end_cap(self) -> aspose.words.drawing.EndCap:
...
@end_cap.setter
def end_cap(self, value: aspose.words.drawing.EndCap):
...
Remarks
The default value is EndCap.FLAT.
See Also
- module aspose.words.drawing
- class Stroke