LineStyle

Overview

LineStyle is a type in Aspose.PDF FOSS for Go.

LineStyle describes how a stroked path is drawn.

Properties: Cap, Color, DashPattern, DashPhase, Join, MiterLimit, and 1 more.

Properties

NameTypeAccessDescription
Color*ColorRead/WriteGets the color.
Widthfloat64Read/WriteGets the width.
DashPattern[]float64Read/WriteGets the dash pattern.
DashPhasefloat64Read/WriteGets the dash phase.
CapLineCapRead/WriteGets the cap.
JoinLineJoinRead/WriteGets the join.
MiterLimitfloat64Read/WriteGets the miter limit.

See Also