Enum EmfPlusLineStyle
EmfPlusLineStyle enumeration
The LineStyle enumeration defines styles of lines that are drawn with graphics pens.
public enum EmfPlusLineStyle
Values
Name | Value | Description |
---|---|---|
LineStyleSolid | 0 | Specifies a solid line. |
LineStyleDash | 1 | Specifies a dashed line. |
LineStyleDot | 2 | Specifies a dotted line. |
LineStyleDashDot | 3 | Specifies an alternating dash-dot line. |
LineStyleDashDotDot | 4 | Specifies an alternating dash-dot-dot line. |
LineStyleCustom | 5 | Specifies a user-defined, custom dashed line. |
Remarks
Graphics lines are specified by EmfPlusPen
objects (section 2.2.1.7).
See Also
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
- assembly Aspose.Imaging