StrokeStyle
Overview
StrokeStyle is a class in Aspose.Page FOSS for Python.
Stroke style settings for path rendering.
Properties: dash, dash_phase, line_cap, line_join, line_width, miter_limit.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
line_width | float | Read | Gets the line width. |
line_cap | int | Read | Gets the line cap. |
line_join | int | Read | Gets the line join. |
miter_limit | float | Read | Gets the miter limit. |
dash | list[float] | Read | Gets the dash. |
dash_phase | float | Read | Gets the dash phase. |