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
Members
Member name | Description |
---|---|
LINE_STYLE_CUSTOM | Specifies a user-defined, custom dashed line. |
LINE_STYLE_DASH | Specifies a dashed line. |
LINE_STYLE_DASH_DOT | Specifies an alternating dash-dot line. |
LINE_STYLE_DASH_DOT_DOT | Specifies an alternating dash-dot-dot line. |
LINE_STYLE_DOT | Specifies a dotted line. |
LINE_STYLE_SOLID | Specifies a solid line. |