DragMode

<< Click to Display Table of Contents >>

Navigation:  TMyCAD > Properties >

DragMode

property  DragMode:TDragMode

 

Description:

 

     It can help you drag shape, when value is dgHorz then the shape drag in horizontal

when value is dgVert then the shape drag in vertical.

 

Example:

  MyCAD1.DragMode:=dgHorz;