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

NameValueDescription
DashedLineCapTypeFlat0Specifies a flat dashed line cap.
DashedLineCapTypeRound2Specifies a round dashed line cap.
DashedLineCapTypeTriangle3Specifies a triangular dashed line cap.

See Also