Search
SelectionOptions.LassoWidth Property
See Also
 



Gets or sets the width of the selection lasso pen.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_LassoWidth ()
void put_LassoWidth (
    int value
)

 Property Value

An integer value specifying the pen width. The default value is 0.

 Remarks

The zero value signifies one-pixel wide pen, regardless of diagram's measure unit.

 See Also