LineStyle [Enumeration]
- Last UpdatedJul 18, 2023
- 1 minute read
Defines the drawing style for a line.
Defined As
-
[VBA] Integer
-
[Cicode] INT
-
[C++] LineStyle
Values
|
Member Name |
Description |
Value |
|---|---|---|
|
LineStyle_SOLID |
Draws a solid line (all line widths) |
0 |
|
LineStyle_DASH |
Draws a dashed line (line width 1 only) |
1 |
|
LineStyle_DOT |
Draws a dot line (line width 1 only) |
2 |
|
LineStyle_DASHDOT |
Draws a dash dot (line width 1 only) |
3 |
|
LineStyle_DASHDOTDOT |
Draws a dash dot dot (line width 1 only) |
4 |
|
LineStyle_NONE |
Draws no line |
5 |