AnnEditDesignerOperation Enumeration

Summary

Indicates the current AnnEditDesigner operation.

Syntax

JavaScript Syntax
lt.Annotations.Core.AnnEditDesignerOperation = { 
	None: 0, 
	MoveThumb: 1, 
	Move: 2, 
	MoveName: 3, 
	Rotate: 4, 
	MoveRotateCenterThumb: 5, 
	MoveRotateGripperThumb: 6 
} 
TypeScript Syntax
lt.Annotations.Core.AnnEditDesignerOperation = { 
	None: 0, 
	MoveThumb: 1, 
	Move: 2, 
	MoveName: 3, 
	Rotate: 4, 
	MoveRotateCenterThumb: 5, 
	MoveRotateGripperThumb: 6 
} 

Members

0 None

(0)No operation.

1 MoveThumb

(1)The user has clicked and dragged a thumb.

2 Move

(2)The user has clicked and dragged the object itself.

3 MoveName

(3)The user has clicked and dragged the object name.

4 Rotate

(4)The user has clicked and dragged the object while the AnnDesigner is in rotate mode.

5 MoveRotateCenterThumb

(5)The user has clicked and dragged the rotate center thumb. For more information, refer to Annotation Rotation Options.

6 MoveRotateGripperThumb

(6)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