useRotateThumbs Property

Summary

Enables or disables the use of rotate thumbs of this AnnAutomationObject.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnAutomationObject.prototype, 'useRotateThumbs', 
	get: function(), 
	set: function(value) 
) 
useRotateThumbs: boolean; 

Property Value

true to enable rotate thumbs for AnnObject rotation; otherwise, it is false. The default value is true.

Remarks

For more control over rotating a AnnObject or a AnnEditDesigner, set this property to true. This allows the user to precisely control the rotate center, as well as the rotate angle, by moving the rotate thumbs.

For more information, refer to Annotation Rotation Options.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly