EmfPlusLineStyle Enumeration

The LineStyle enumeration defines styles of lines that are drawn with graphics pens.

Module: aspose.imaging.fileformats.emf.emfplus.consts

Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusLineStyle

Aspose.Imaging Version: 24.6.0

Members

Member nameDescription
LINE_STYLE_CUSTOMSpecifies a user-defined, custom dashed line.
LINE_STYLE_DASHSpecifies a dashed line.
LINE_STYLE_DASH_DOTSpecifies an alternating dash-dot line.
LINE_STYLE_DASH_DOT_DOTSpecifies an alternating dash-dot-dot line.
LINE_STYLE_DOTSpecifies a dotted line.
LINE_STYLE_SOLIDSpecifies a solid line.