DragMode

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Properties >

DragMode

public MyDragMode DragMode {get; set;}

 

value:        

  It can help you drag shape, when value is Horizontal then the shape drag in horizontal when value is Vertical then the shape drag in vertical.

 

Example:

 myCAD1.DragMode = MyDragMode.Horizontal;