useRotateThumbs Property

Summary

Gets or sets a value that indicates whether to use the rotate thumbs of this AnnEditDesigner.

Syntax

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

Property Value

true to use the rotate thumbs of this AnnEditDesigner; otherwise, it is false. The default value is true.

Remarks

For more control over rotating an AnnObject or AnnGroupObject in design mode with an 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. Setting this property to false disables the rotate user interface. 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.Designers Assembly