
Leadtools.Annotations.Core.AnnEditDesignerOperation = function() { };
Leadtools.Annotations.Core.AnnEditDesignerOperation.prototype = {
none = 0,
moveThumb = 1,
move = 2,
moveName = 3,
rotate = 4,
moveRotateCenterThumb = 5,
moveRotateGripperThumb = 6,
};
!MISSING Scrap '_RTJavaScript_Enumeration_SYNTAX'!
| Value | Member | Description |
|---|---|---|
| 0 | none | No operation. |
| 1 | moveThumb | The user has clicked and dragged a thumb. |
| 2 | move | The user has clicked and dragged the object itself. |
| 3 | moveName | The user has clicked and dragged the object name. |
| 4 | rotate | The user has clicked and dragged the object while the AnnDesigner is in rotate mode. |
| 5 | moveRotateCenterThumb | The user has clicked and dragged the rotate center thumb. For more information, refer to Annotation Rotation Options. |
| 6 | moveRotateGripperThumb | The user has clicked and dragged the rotate gripper thumb. For more information, refer to Annotation Rotation Options. |