Gets or sets the default pen style of new diagram elements.
SyntaxVB6
Copy Code
|
|---|
Public Property Get PenStyle() As EPenStyle |
C++
Copy Code
|
|---|
public: |
A member of the EPenStyle enumeration. The default is psSolid.
RemarksDefault pen style for newly created boxes, tables and arrows. For more information, see PenStyle.
See Also