Enum EmfPlusDashedLineCapType
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.