Search
DecorationLine.PenWidth Property
See Also
 



Gets or sets the width of the pen used to draw the line.

 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.

 See Also