Enum EmfPlusDashedLineCapType
EmfPlusDashedLineCapType enumeration
The DashedLineCapType enumeration defines types of line caps to use at the ends of dashed lines that are drawn with graphics pens.
public enum EmfPlusDashedLineCapType
Values
Name | Value | Description |
---|---|---|
DashedLineCapTypeFlat | 0 | Specifies a flat dashed line cap. |
DashedLineCapTypeRound | 2 | Specifies a round dashed line cap. |
DashedLineCapTypeTriangle | 3 | Specifies a triangular dashed line cap. |
See Also
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
- assembly Aspose.Imaging