| Leadtools.Annotations.Core Namespace : AnnEditDesignerOperation Enumeration |
public enum AnnEditDesignerOperation : System.Enum
Public Enum AnnEditDesignerOperation Inherits System.Enum
public enum AnnEditDesignerOperation : System.Enum
typedef enum LTAnnEditDesignerOperation
public enum AnnEditDesignerOperation
Leadtools.Annotations.Core.AnnEditDesignerOperation = function() { };
Leadtools.Annotations.Core.AnnEditDesignerOperation.prototype = {
None = 0,
MoveThumb = 1,
Move = 2,
MoveName = 3,
Rotate = 4,
MoveRotateCenterThumb = 5,
MoveRotateGripperThumb = 6,
};
| 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. ![]() ![]() ![]() ![]() |