Gets or sets the dash style of the pen used to draw the line.
SyntaxVB6
Copy Code
|
|---|
Public Property Get PenStyle() As EPenStyle |
C++
Copy Code
|
|---|
public: |
A member of the EPenStyle enumeration.
RemarksSpecifies dash style for the pen used to draw the line. The following values are currently supported: psSolid, psDash, psDot, psDashDot, psDashDotDot. Non-solid dash styles are ignored by the classic Graphics engine if PenWidth is greater than 1.
See Also