EmfPlusLineStyle

EmfPlusLineStyle enumeration

The LineStyle enumeration defines styles of lines that are drawn with graphics pens.

public enum EmfPlusLineStyle

Values

NameValueDescription
LineStyleSolid0Specifies a solid line.
LineStyleDash1Specifies a dashed line.
LineStyleDot2Specifies a dotted line.
LineStyleDashDot3Specifies an alternating dash-dot line.
LineStyleDashDotDot4Specifies an alternating dash-dot-dot line.
LineStyleCustom5Specifies a user-defined, custom dashed line.

Remarks

Graphics lines are specified by EmfPlusPen objects (section 2.2.1.7).

See Also