Accusoft.NotateXpress13.Net
UserDraw Property (RectangleToolbarDefaults)




Gets and sets whether the UserDraw event is raised for a Rectangle object during its paint when the Rectangle’s UserDraw property is true.
Syntax
'Declaration
 
Public Property UserDraw As Boolean
'Usage
 
Dim instance As RectangleToolbarDefaults
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.
Remarks

When the UserDraw event is raised, the Rectangle does not perform its normal painting, but just raises the event.

See Also

Reference

RectangleToolbarDefaults Class
RectangleToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback