Search
SelectionOptions.LassoStyle Property
See Also
 



Gets or sets the dash style of the selection lasso.

 Syntax

VB6  Copy Code

Public Property Get LassoStyle() As EPenStyle
Public Property Let LassoStyle( _
    ByVal value As EPenStyle _
)

C++  Copy Code

public:
EPenStyle get_LassoStyle ()
void put_LassoStyle (
    EPenStyle value
)

 Property Value

A member of the EPenStyle enumeration. The default value is psDash.

 See Also