Click or drag to resize

DashStyle Enumeration

Specifies the style of dashed lines drawn with a System.Drawing.Pen object.

Namespace: Easymap.AddIn.Common.Graphics
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public enum DashStyle
Members
Member nameValueDescription
Solid0 Specifies a solid line.
Dash1 Specifies a line consisting of dashes.
Dot2 Specifies a line consisting of dots.
DashDot3 Specifies a line consisting of a repeating pattern of dash-dot.
DashDotDot4 Specifies a line consisting of a repeating pattern of dash-dot-dot.
Custom5 Specifies a user-defined custom dash style.
See Also