|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
| Leadtools.Annotations.Core Namespace : AnnEditDesignerOperation Enumeration |
public enum AnnEditDesignerOperation : System.Enum
'Declaration
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 = 0x00000000,
MoveThumb = 0x00000001,
Move = 0x00000002,
MoveName = 0x00000003,
Rotate = 0x00000004,
MoveRotateCenterThumb = 0x00000005,
MoveRotateGripperThumb = 0x00000006,
};
| Value | Member | Description |
|---|---|---|
| 0x00000000 | None | No operation. ![]() ![]() ![]() ![]() ![]() |
| 0x00000001 | MoveThumb | The user has clicked and dragged a thumb. ![]() ![]() ![]() ![]() ![]() |
| 0x00000002 | Move | The user has clicked and dragged the object itself. ![]() ![]() ![]() ![]() ![]() |
| 0x00000003 | MoveName | The user has clicked and dragged the object name. ![]() ![]() ![]() ![]() ![]() |
| 0x00000004 | Rotate | The user has clicked and dragged the object while the AnnDesigner is in rotate mode. ![]() ![]() ![]() ![]() ![]() |
| 0x00000005 | MoveRotateCenterThumb | The user has clicked and dragged the rotate center thumb. For more information, refer to Annotation Rotation Options. ![]() ![]() ![]() ![]() ![]() |
| 0x00000006 | MoveRotateGripperThumb | The user has clicked and dragged the rotate gripper thumb. For more information, refer to Annotation Rotation Options. ![]() ![]() ![]() ![]() ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.Core.AnnEditDesignerOperation