PenDashType Enum
Specifies dash type for how a Pen outlines a shape.
Remarks
PenDashType is specified through DashType property.
Fields
Dash | A line consisting of dashes. |
DashDot | A line with a repeating pattern of a dash followed by a dot. |
Dot | A line consisting of dots. |
LargeDash | A line with larger dashes than the standard dash style. |
LargeDashDot | A line with a repeating pattern of a large dash followed by a dot. |
LargeDashDotDot | A line with a repeating pattern of a large dash followed by two dots. |
Solid | A continuous solid line. |
SystemDash | A system-defined dashed line style. |
SystemDashDot | A system-defined line with a dash followed by a dot pattern. |
SystemDashDotDot | A system-defined line with a dash followed by two dots pattern. |
SystemDot | A system-defined dotted line style. |