dash_style property
Stroke.dash_style property
Specifies the dot and dash pattern for a stroke.
@property
def dash_style(self) -> aspose.words.drawing.DashStyle:
...
@dash_style.setter
def dash_style(self, value: aspose.words.drawing.DashStyle):
...
Remarks
The default value is DashStyle.SOLID.
See Also
- module aspose.words.drawing
- class Stroke