←Select platform

AnnEditDesignerOperation Enumeration

Summary

Indicates the current AnnEditDesigner operation.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum AnnEditDesignerOperation  
Public Enum AnnEditDesignerOperation  
    
public enum AnnEditDesignerOperation  
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, 
     
 }; 
public: 
   enum class AnnEditDesignerOperation sealed 

Members

ValueMemberDescription
0None No operation.
1MoveThumb The user has clicked and dragged a thumb.
2Move The user has clicked and dragged the object itself.
3MoveName The user has clicked and dragged the object name.
4Rotate The user has clicked and dragged the object while the AnnDesigner is in rotate mode.
5MoveRotateCenterThumb The user has clicked and dragged the rotate center thumb. For more information, refer to Annotation Rotation Options.
6MoveRotateGripperThumb The user has clicked and dragged the rotate gripper thumb. For more information, refer to Annotation Rotation Options.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly