Members of this enumeration can be assigned to the PenStyle property of an item to specify the style of the pen used to draw the item's frame lines.
SyntaxVB6
Copy Code
|
|---|
Public Enum EPenStyle |
C++
Copy Code
|
|---|
enum EPenStyle |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
psSolid |
0 | Draws solid lines. |
![]() |
psDash |
1 | Draws dashed lines. |
![]() |
psDot |
2 | Draws the lines as series of dots. |
![]() |
psDashDot |
3 | Draws the lines as dash-dot series. |
![]() |
psDashDotDot |
4 | Draws the lines as dash-dot-dot series. |
See Also