DashStyle Enumeration

Specifies the style of dashed lines drawn with a Pen object.

Module: aspose.imaging

Full Name: aspose.imaging.DashStyle

Aspose.Imaging Version: 24.5.0

Members

Member nameDescription
CUSTOMSpecifies a user-defined custom dash style.
DASHSpecifies a line consisting of dashes.
DASH_DOTSpecifies a line consisting of a repeating pattern of dash-dot.
DASH_DOT_DOTSpecifies a line consisting of a repeating pattern of dash-dot-dot.
DOTSpecifies a line consisting of dots.
SOLIDSpecifies a solid line.