EmfPlusDashedLineCapType Enumeration
The DashedLineCapType enumeration defines types of line caps to use at the ends of dashed lines that are drawn with graphics pens.
Module: aspose.imaging.fileformats.emf.emfplus.consts
Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusDashedLineCapType
Members
Member name | Description |
---|---|
DASHED_LINE_CAP_TYPE_FLAT | Specifies a flat dashed line cap. |
DASHED_LINE_CAP_TYPE_ROUND | Specifies a round dashed line cap. |
DASHED_LINE_CAP_TYPE_TRIANGLE | Specifies a triangular dashed line cap. |