Gets or sets the style of the pen used to draw the box frame lines.
SyntaxVB6
Copy Code
|
|---|
Public Property Get PenStyle() As EPenStyle |
C++
Copy Code
|
|---|
public: |
A member of the EPenStyle enumeration. Initialized with FlowChart.PenStyle.
RemarksSpecifies dash style for the pen used to paint box' frame lines. 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