Gets and sets whether or not the UserDraw event is raised.
'Declaration
Public Property UserDraw As Boolean
'Usage
Dim instance As RectangleTool
Dim value As Boolean
instance.UserDraw = value
value = instance.UserDraw
public bool UserDraw {get; set;}
public: __property bool get_UserDraw();
public: __property void set_UserDraw(
bool value
);
public:
property bool UserDraw {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true to raise the UserDraw event. Otherwise,
false is used and the UserDraw event is not raised.