Search
Arrow.PenWidth Property
See Also
 



Gets or sets the width of the pen used to draw the arrow lines.

 Syntax

VB6  Copy Code

Public Property Get PenWidth() As Long
Public Property Let PenWidth( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_PenWidth ()
void put_PenWidth (
    int value
)

 Property Value

A long value.

 Remarks

Gets or sets the width of the pen used to paint arrow's segments and arrowhead outlines.

 See Also