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

NameTypeAccessDescription
line_widthfloatReadGets the line width.
line_capintReadGets the line cap.
line_joinintReadGets the line join.
miter_limitfloatReadGets the miter limit.
dashlist[float]ReadGets the dash.
dash_phasefloatReadGets the dash phase.

See Also