PresetLineDashStyle Enumeration
In This Topic
Specifies the dash style for a line.
Members
| Member | Description |
| dash | Line consists of dashes only. |
| dashDot | Line is a dash-dot pattern. |
| dashDotDot | Line is a dash-dot-dot pattern. |
| longDash | Line consists of long dashes. |
| longDashDot | Line is a long dash-dot pattern. |
| longDashDotDot | Line is a long dash-dot-dot pattern. |
| solid | Line is solid. |
| squareDot | Line is made up of square dots. |
| sysDash | Line is a system dash pattern. |
| sysDashDot | Line is a system dash-dot pattern. |
| sysDot | Line is a system dot pattern. |
Inheritance Hierarchy
Object
GC.Spread.Sheets.Shapes.PresetLineDashStyle
See Also