LinePattern Enumeration
Specifies type of line pattern.
| Syntax | Constants |
|---|---|
Enum LinePattern
scNoLine = 0
scSolidThinLine = 1
scSolidMediumLine = 2
scSolidThickLine = 3
scDoubleLine = 4
scDottedLine = 5
scDashDotLine = 6
scDashDotDotLine = 7
End Enum
|
|