Search
FlowChart.PenStyle Property
See Also
 



Gets or sets the default pen style of new diagram elements.

 Syntax

VB6  Copy Code

Public Property Get PenStyle() As EPenStyle
Public Property Let PenStyle( _
    ByVal Value As EPenStyle _
)

C++  Copy Code

public:
EPenStyle get_PenStyle ()
void put_PenStyle (
    EPenStyle value
)

 Property Value

A member of the EPenStyle enumeration. The default is psSolid.

 Remarks

Default pen style for newly created boxes, tables and arrows. For more information, see PenStyle.

 See Also