Enum EmfPlusDashedLineCapType
Enum EmfPlusDashedLineCapType
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly: Aspose.Imaging.dll (25.2.0)
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
Fields
DashedLineCapTypeFlat = 0
Specifies a flat dashed line cap.
DashedLineCapTypeRound = 2
Specifies a round dashed line cap.
DashedLineCapTypeTriangle = 3
Specifies a triangular dashed line cap.